Merge pull request #40454 from frappe/mergify/bp/version-15-hotfix/pr-40433

fix: Taxes not getting updated on change (#40433)
This commit is contained in:
Deepesh Garg
2024-03-16 19:23:22 +05:30
committed by GitHub
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();