mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
Merge pull request #10210 from KanchanChauhan/this-is-me
[URGENT] "this" is "me"
This commit is contained in:
@@ -272,7 +272,7 @@ erpnext.taxes_and_totals = erpnext.payments.extend({
|
|||||||
// 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);
|
tax.total = me.set_cumulative_total(i, tax);
|
||||||
|
|
||||||
this.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"]);
|
||||||
|
|
||||||
// adjust Discount Amount loss in last tax iteration
|
// adjust Discount Amount loss in last tax iteration
|
||||||
|
|||||||
Reference in New Issue
Block a user