fix: Codacy
This commit is contained in:
parent
698d983eef
commit
22d3729427
@ -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;
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user