style: formate according to Codacy/PR Quality Review

This commit is contained in:
Afshan
2020-06-19 16:22:41 +05:30
parent 7e04dcae0a
commit def13f14a3

View File

@@ -339,7 +339,6 @@ erpnext.taxes_and_totals = erpnext.payments.extend({
tax.row_id = tax.idx - 1;
}
}
if(tax.charge_type == "Actual") {
// distribute the tax amount proportionally to each item row
var actual = flt(tax.tax_amount, precision("tax_amount", tax));