mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 22:18:27 +00:00
removed Standard from default print format
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
{
|
||||
"autoname": "field:project_name",
|
||||
"allow_attach": 1,
|
||||
"default_print_format": "Standard",
|
||||
"search_fields": "customer, status, priority, is_active",
|
||||
"module": "Projects",
|
||||
"doctype": "DocType",
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
# These values are common for all DocType
|
||||
{
|
||||
'colour': u'White:FFF',
|
||||
'default_print_format': u'Standard',
|
||||
'doctype': 'DocType',
|
||||
'istable': 1,
|
||||
'module': u'Projects',
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
'allow_trash': 1,
|
||||
'autoname': u'TASK.#####',
|
||||
'colour': u'White:FFF',
|
||||
'default_print_format': u'Standard',
|
||||
u'doctype': u'DocType',
|
||||
'document_type': u'Master',
|
||||
'max_attachments': 5,
|
||||
|
||||
Reference in New Issue
Block a user