mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +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) => {
|
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user