fix: remove debugger
This commit is contained in:
parent
c822c54f55
commit
c246c82a85
1 changed files with 0 additions and 1 deletions
|
|
@ -37,7 +37,6 @@ frappe.ui.form.on('Document Naming Rule', {
|
|||
let primary_action_label = __('Save');
|
||||
|
||||
let primary_action = (fields) => {
|
||||
debugger
|
||||
frappe.call({
|
||||
method: 'frappe.core.doctype.document_naming_rule.document_naming_rule.update_current',
|
||||
args: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue