Show total instead of net total
This commit is contained in:
parent
1b0f3ec666
commit
62ce218fc2
@ -523,7 +523,7 @@ class POSCart {
|
|||||||
|
|
||||||
// Update totals
|
// Update totals
|
||||||
this.$taxes_and_totals.find('.net-total')
|
this.$taxes_and_totals.find('.net-total')
|
||||||
.html(format_currency(this.frm.doc.net_total, currency));
|
.html(format_currency(this.frm.doc.total, currency));
|
||||||
|
|
||||||
// Update taxes
|
// Update taxes
|
||||||
const taxes_html = this.frm.doc.taxes.map(tax => {
|
const taxes_html = this.frm.doc.taxes.map(tax => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user