mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 00:55:02 +00:00
Merge pull request #23229 from deepeshgarg007/gst_template_update
fix: Update tax template on supplier address change
This commit is contained in:
@@ -6,6 +6,9 @@ erpnext.setup_auto_gst_taxation = (doctype) => {
|
||||
shipping_address: function(frm) {
|
||||
frm.trigger('get_tax_template');
|
||||
},
|
||||
supplier_address: function(frm) {
|
||||
frm.trigger('get_tax_template');
|
||||
},
|
||||
tax_category: function(frm) {
|
||||
frm.trigger('get_tax_template');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user