git commit -m "fix: Add missing semicolon"
This commit is contained in:
parent
19ea7218d9
commit
7d0a625b9c
@ -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];
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user