Merge branch 'rebrand-ui' of https://github.com/frappe/erpnext into rebrand-ui

This commit is contained in:
Suraj Shetty 2021-02-01 22:40:46 +05:30
commit d809de6579

View File

@ -512,7 +512,7 @@ erpnext.PointOfSale.ItemCart = class {
return `<div class="tax-row"> return `<div class="tax-row">
<div class="tax-label">${description}</div> <div class="tax-label">${description}</div>
<div class="tax-value">${format_currency(value, currency)}</div> <div class="tax-value">${format_currency(value, currency)}</div>
</div>` </div>`;
}).join(''); }).join('');
this.$totals_section.find('.taxes-container').css('display', 'flex').html(taxes_html); this.$totals_section.find('.taxes-container').css('display', 'flex').html(taxes_html);
} else { } else {