commit | 14a0441b4bad9b3a687a4ffbf28522d8a7fcfe77 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Mon Dec 07 12:28:03 2015 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Mon Dec 07 12:28:03 2015 +0530 |
tree | 5945ef8e66c001fd4b3696216b1f004694da67e5 | |
parent | a311e706b0719a3debe0072c99844c36613c96f9 [diff] |
[fix] removed temp_highlight
diff --git a/erpnext/templates/includes/cart.js b/erpnext/templates/includes/cart.js index cc32157..e413f0b 100644 --- a/erpnext/templates/includes/cart.js +++ b/erpnext/templates/includes/cart.js
@@ -66,7 +66,6 @@ $(".cart-items").html(r.message.items); $(".cart-tax-items").html(r.message.taxes); } - $(".tax-grand-total").temp_highlight(); }, }); });