From 972ad6341dabac856de0d0d62e8f17107a63ca99 Mon Sep 17 00:00:00 2001 From: Kanchan Chauhan Date: Mon, 25 Jul 2016 12:16:31 +0530 Subject: [PATCH] Naming Series added for new DocType --- frappe/core/doctype/doctype/doctype.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frappe/core/doctype/doctype/doctype.json b/frappe/core/doctype/doctype/doctype.json index 9a3949ef39..2974bb3159 100644 --- a/frappe/core/doctype/doctype/doctype.json +++ b/frappe/core/doctype/doctype/doctype.json @@ -10,6 +10,7 @@ "docstatus": 0, "doctype": "DocType", "document_type": "Document", + "editable_grid": 0, "fields": [ { "allow_on_submit": 0, @@ -398,7 +399,7 @@ "allow_on_submit": 0, "bold": 0, "collapsible": 0, - "description": "Naming Options", + "description": "Naming Options:\n
  1. field:[fieldname] - By Field
  2. naming_series: - By Naming Series (field called naming_series must be present
  3. Prompt - Prompt user for a name
  4. [series] - Series by prefix (separated by a dot); for example PRE.#####
", "fieldname": "autoname", "fieldtype": "Data", "hidden": 0, @@ -1153,7 +1154,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2016-07-11 14:24:21.223885", + "modified": "2016-07-25 12:18:27.724194", "modified_by": "Administrator", "module": "Core", "name": "DocType",