mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +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) {
|
shipping_address: function(frm) {
|
||||||
frm.trigger('get_tax_template');
|
frm.trigger('get_tax_template');
|
||||||
},
|
},
|
||||||
|
supplier_address: function(frm) {
|
||||||
|
frm.trigger('get_tax_template');
|
||||||
|
},
|
||||||
tax_category: function(frm) {
|
tax_category: function(frm) {
|
||||||
frm.trigger('get_tax_template');
|
frm.trigger('get_tax_template');
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user