diff --git a/erpnext/buying/doctype/purchase_common/purchase_common.js b/erpnext/buying/doctype/purchase_common/purchase_common.js index fef3b3f43d9..b54c46feaba 100644 --- a/erpnext/buying/doctype/purchase_common/purchase_common.js +++ b/erpnext/buying/doctype/purchase_common/purchase_common.js @@ -4,7 +4,7 @@ frappe.provide("erpnext.buying"); cur_frm.cscript.tax_table = "Purchase Taxes and Charges"; -{% include 'accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.js' %} +{% include 'accounts/doctype/purchase_taxes_and_charges_template/purchase_taxes_and_charges_template.js' %} frappe.require("assets/erpnext/js/controllers/transaction.js"); diff --git a/erpnext/selling/sales_common.js b/erpnext/selling/sales_common.js index bd5723087a9..7ee57f3f1eb 100644 --- a/erpnext/selling/sales_common.js +++ b/erpnext/selling/sales_common.js @@ -3,7 +3,7 @@ cur_frm.cscript.tax_table = "Sales Taxes and Charges"; -{% include 'accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.js' %} +{% include 'accounts/doctype/sales_taxes_and_charges_template/sales_taxes_and_charges_template.js' %} frappe.provide("erpnext.selling"); frappe.require("assets/erpnext/js/controllers/transaction.js");