mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 13:49:13 +00:00
git commit -m "fix: Add missing semicolon"
This commit is contained in:
@@ -217,7 +217,7 @@ erpnext.taxes_and_totals = erpnext.payments.extend({
|
|||||||
|
|
||||||
if(tax.add_deduct_tax && tax.add_deduct_tax == "Deduct") {
|
if(tax.add_deduct_tax && tax.add_deduct_tax == "Deduct") {
|
||||||
current_tax_fraction *= -1;
|
current_tax_fraction *= -1;
|
||||||
inclusive_tax_amount_per_qty *= -1
|
inclusive_tax_amount_per_qty *= -1;
|
||||||
}
|
}
|
||||||
return [current_tax_fraction, inclusive_tax_amount_per_qty];
|
return [current_tax_fraction, inclusive_tax_amount_per_qty];
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user