Quellcode durchsuchen

Update frappe/core/doctype/document_naming_rule/document_naming_rule.js

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
version-14
Mohammad Hasnain Mohsin Rajan vor 4 Jahren
committed by GitHub
Ursprung
Commit
2e1c4650ba
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      frappe/core/doctype/document_naming_rule/document_naming_rule.js

+ 1
- 1
frappe/core/doctype/document_naming_rule/document_naming_rule.js Datei anzeigen

@@ -51,7 +51,7 @@ frappe.ui.form.on('Document Naming Rule', {
}; };


var dialog = new frappe.ui.Dialog({ var dialog = new frappe.ui.Dialog({
title: __('Update Counter Value for Prefix: ' + frm.doc.prefix),
title: __('Update Counter Value for Prefix: {0}', [frm.doc.prefix]),
fields, fields,
primary_action_label, primary_action_label,
primary_action primary_action


Laden…
Abbrechen
Speichern