mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
Minor fixing in setting cumulative tax amount
This commit is contained in:
@@ -270,7 +270,7 @@ erpnext.taxes_and_totals = erpnext.payments.extend({
|
|||||||
me.round_off_totals(tax);
|
me.round_off_totals(tax);
|
||||||
|
|
||||||
// in tax.total, accumulate grand total for each item
|
// in tax.total, accumulate grand total for each item
|
||||||
tax.total = me.set_cumulative_total(i, tax);
|
me.set_cumulative_total(i, tax);
|
||||||
|
|
||||||
me.set_in_company_currency(tax,
|
me.set_in_company_currency(tax,
|
||||||
["total", "tax_amount", "tax_amount_after_discount_amount"]);
|
["total", "tax_amount", "tax_amount_after_discount_amount"]);
|
||||||
|
|||||||
Reference in New Issue
Block a user