mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
[rename]
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
frappe.provide("erpnext.buying");
|
frappe.provide("erpnext.buying");
|
||||||
|
|
||||||
cur_frm.cscript.tax_table = "Purchase Taxes and Charges";
|
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");
|
frappe.require("assets/erpnext/js/controllers/transaction.js");
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
|
|
||||||
cur_frm.cscript.tax_table = "Sales Taxes and Charges";
|
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.provide("erpnext.selling");
|
||||||
frappe.require("assets/erpnext/js/controllers/transaction.js");
|
frappe.require("assets/erpnext/js/controllers/transaction.js");
|
||||||
|
|||||||
Reference in New Issue
Block a user