fix: Item Tax Template

This commit is contained in:
mohammadahmad1990
2020-06-18 11:18:44 +05:00
parent 4bff9d8663
commit 41c0c9f46b
4 changed files with 16 additions and 7 deletions

View File

@@ -1835,7 +1835,8 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
if (doc.tax_category)
filters['tax_category'] = doc.tax_category;
if (doc.company)
filters['company'] = doc.company;
return {
query: "erpnext.controllers.queries.get_tax_template",
filters: filters