Update erpnext/erpnext_integrations/doctype/taxjar_settings/taxjar_settings.js
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com>
This commit is contained in:
parent
486d7c3a39
commit
435a5e4fa3
@ -8,8 +8,7 @@ frappe.ui.form.on('TaxJar Settings', {
|
|||||||
},
|
},
|
||||||
|
|
||||||
refresh: (frm) => {
|
refresh: (frm) => {
|
||||||
|
frm.add_custom_button(__('Update Nexus List'), function() {
|
||||||
frm.add_custom_button(__('Update Nexus List'), function(){
|
|
||||||
frm.call({
|
frm.call({
|
||||||
doc: frm.doc,
|
doc: frm.doc,
|
||||||
method: 'update_nexus_list'
|
method: 'update_nexus_list'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user