fix: Codacy

This commit is contained in:
marination 2020-08-19 15:42:40 +05:30
parent 698d983eef
commit 22d3729427

View File

@ -228,7 +228,7 @@ erpnext.taxes_and_totals = erpnext.payments.extend({
flt(item_tax_map[tax.account_head], precision("rate", tax)) : tax.rate;
} else {
// If no item tax template against item dont calculate tax against it
return 0
return 0;
}
},