commit | 22d3729427671e5d412c5634163413ae0ba507c1 | [log] [tgz] |
---|---|---|
author | marination <maricadsouza221197@gmail.com> | Wed Aug 19 15:42:40 2020 +0530 |
committer | marination <maricadsouza221197@gmail.com> | Wed Aug 19 15:42:40 2020 +0530 |
tree | a93f0908d62f0c1646b4e3acb6267fade690e5b3 | |
parent | 698d983eefb6cb068b9fffaaa5bfac1718b1ce0b [diff] |
fix: Codacy
diff --git a/erpnext/public/js/controllers/taxes_and_totals.js b/erpnext/public/js/controllers/taxes_and_totals.js index 9659124..87f6d6a 100644 --- a/erpnext/public/js/controllers/taxes_and_totals.js +++ b/erpnext/public/js/controllers/taxes_and_totals.js
@@ -228,7 +228,7 @@ 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; } },