fix: Taxes not getting updated on change

(cherry picked from commit 65ae9616ba)
This commit is contained in:
Deepesh Garg
2024-03-13 13:59:50 +05:30
committed by Mergify
parent ba6b8561c9
commit 75b610d7fc
9 changed files with 16 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
frappe.provide("erpnext.buying");
frappe.provide("erpnext.accounts.dimensions");
cur_frm.cscript.tax_table = "Purchase Taxes and Charges";
erpnext.accounts.taxes.setup_tax_filters("Purchase Taxes and Charges");
erpnext.accounts.taxes.setup_tax_validations("Purchase Order");
erpnext.buying.setup_buying_controller();