mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-09 21:37:38 +00:00
fix: hide cancel irn dialog on error
This commit is contained in:
@@ -45,7 +45,8 @@ erpnext.setup_einvoice_actions = (doctype) => {
|
||||
frm.save_or_update();
|
||||
}
|
||||
d.hide();
|
||||
}
|
||||
},
|
||||
error: () => d.hide()
|
||||
})
|
||||
},
|
||||
primary_action_label: __('Submit')
|
||||
|
||||
Reference in New Issue
Block a user