mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 08:05:00 +00:00
[fix] removed temp_highlight
This commit is contained in:
@@ -66,7 +66,6 @@ $.extend(shopping_cart, {
|
||||
$(".cart-items").html(r.message.items);
|
||||
$(".cart-tax-items").html(r.message.taxes);
|
||||
}
|
||||
$(".tax-grand-total").temp_highlight();
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user