mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-14 15:57:41 +00:00
fix: Linting fixes
This commit is contained in:
@@ -279,7 +279,7 @@ erpnext.taxes_and_totals = class TaxesAndTotals extends erpnext.payments {
|
||||
// Use combination of name and item code in case same item is added multiple times
|
||||
item_codes.push([item.item_code, item.name]);
|
||||
item_rates[item.name] = item.net_rate;
|
||||
item_tax_templates[item.name] = item.item_tax_template
|
||||
item_tax_templates[item.name] = item.item_tax_template;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user