From 009378e187516b2f8253b122e7e4fbf2bdc5aa4a Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Wed, 6 May 2015 22:59:00 +0530 Subject: [PATCH] [rename] --- erpnext/buying/doctype/purchase_common/purchase_common.js | 2 +- erpnext/selling/sales_common.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/buying/doctype/purchase_common/purchase_common.js b/erpnext/buying/doctype/purchase_common/purchase_common.js index fef3b3f43d..b54c46feab 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 bd5723087a..7ee57f3f1e 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");