style: missing semicolon
This commit is contained in:
parent
44a055b52f
commit
6f1664223d
@ -512,7 +512,7 @@ erpnext.PointOfSale.ItemCart = class {
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user