mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 05:28:27 +00:00
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:
@@ -8,8 +8,7 @@ frappe.ui.form.on('TaxJar Settings', {
|
||||
},
|
||||
|
||||
refresh: (frm) => {
|
||||
|
||||
frm.add_custom_button(__('Update Nexus List'), function(){
|
||||
frm.add_custom_button(__('Update Nexus List'), function() {
|
||||
frm.call({
|
||||
doc: frm.doc,
|
||||
method: 'update_nexus_list'
|
||||
|
||||
Reference in New Issue
Block a user