Update frappe/core/doctype/document_naming_rule/document_naming_rule.js
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
This commit is contained in:
parent
c9dc4ee441
commit
bcb4c5182f
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ frappe.ui.form.on('Document Naming Rule', {
|
|||
});
|
||||
};
|
||||
|
||||
var dialog = new frappe.ui.Dialog({
|
||||
const dialog = new frappe.ui.Dialog({
|
||||
title: __('Update Counter Value for Prefix: {0}', [frm.doc.prefix]),
|
||||
fields,
|
||||
primary_action_label,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue