Merge pull request #23229 from deepeshgarg007/gst_template_update

fix: Update tax template on supplier address change
This commit is contained in:
Deepesh Garg 2020-09-01 16:27:44 +05:30 committed by GitHub
commit 36b7bb0282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');
},