Merge pull request #23229 from deepeshgarg007/gst_template_update
fix: Update tax template on supplier address change
This commit is contained in:
commit
36b7bb0282
@ -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');
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user