瀏覽代碼

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 4 年之前
committed by GitHub
父節點
當前提交
c9dc4ee441
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 查看文件

@@ -31,7 +31,7 @@ frappe.ui.form.on('Document Naming Rule', {
label: __('New Counter'),
default: frm.doc.counter,
reqd: 1,
description: __('Updating counter may lead to document name conflicts if not done properly')
description: __('Warning: Updating counter may lead to document name conflicts if not done properly')
}];

let primary_action_label = __('Save');


Loading…
取消
儲存