mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
fix: Codacy
This commit is contained in:
@@ -228,7 +228,7 @@ erpnext.taxes_and_totals = erpnext.payments.extend({
|
|||||||
flt(item_tax_map[tax.account_head], precision("rate", tax)) : tax.rate;
|
flt(item_tax_map[tax.account_head], precision("rate", tax)) : tax.rate;
|
||||||
} else {
|
} else {
|
||||||
// If no item tax template against item dont calculate tax against it
|
// If no item tax template against item dont calculate tax against it
|
||||||
return 0
|
return 0;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user