Ver a proveniência

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 há 4 anos
committed by GitHub
ascendente
cometimento
2e1c4650ba
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 1 eliminações
  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 Ver ficheiro

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

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,
primary_action_label,
primary_action


Carregando…
Cancelar
Guardar