commit | d809de6579afc94659bef8d2ec4e8750756949d4 | [log] [tgz] |
---|---|---|
author | Suraj Shetty <surajshetty3416@gmail.com> | Mon Feb 01 22:40:46 2021 +0530 |
committer | Suraj Shetty <surajshetty3416@gmail.com> | Mon Feb 01 22:40:46 2021 +0530 |
tree | a11eed20284c7df2ee0d78f68162a53cdd15e817 | |
parent | 852e67c5eea95e9344404c7a38a08c915094cbfa [diff] | |
parent | 6f1664223d965407c7b6717d60628bc62f10473c [diff] |
Merge branch 'rebrand-ui' of https://github.com/frappe/erpnext into rebrand-ui
diff --git a/erpnext/selling/page/point_of_sale/pos_item_cart.js b/erpnext/selling/page/point_of_sale/pos_item_cart.js index 52d345c..f753b6d 100644 --- a/erpnext/selling/page/point_of_sale/pos_item_cart.js +++ b/erpnext/selling/page/point_of_sale/pos_item_cart.js
@@ -512,7 +512,7 @@ return `<div class="tax-row"> <div class="tax-label">${description}</div> <div class="tax-value">${format_currency(value, currency)}</div> - </div>` + </div>`; }).join(''); this.$totals_section.find('.taxes-container').css('display', 'flex').html(taxes_html); } else {