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",