mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-26 18:18:30 +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") {
|
||||
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];
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user