mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 13:49:13 +00:00
removed colour fields from txt files
This commit is contained in:
@@ -1,47 +1,45 @@
|
||||
[
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-03-27 14:35:57",
|
||||
"docstatus": 0,
|
||||
"modified": "2012-03-27 14:35:57",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-03-27 14:35:57"
|
||||
"owner": "Administrator"
|
||||
},
|
||||
{
|
||||
"section_style": "Simple",
|
||||
"doctype": "DocType",
|
||||
"istable": 1,
|
||||
"name": "__common__",
|
||||
"colour": "White:FFF",
|
||||
"module": "HR",
|
||||
"name": "__common__",
|
||||
"section_style": "Simple",
|
||||
"show_in_menu": 0,
|
||||
"version": 2,
|
||||
"server_code_error": " ",
|
||||
"doctype": "DocType"
|
||||
"version": 2
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"name": "__common__",
|
||||
"parent": "Holiday",
|
||||
"doctype": "DocField",
|
||||
"parentfield": "fields",
|
||||
"parenttype": "DocType",
|
||||
"permlevel": 0,
|
||||
"parentfield": "fields"
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"name": "Holiday",
|
||||
"doctype": "DocType"
|
||||
"doctype": "DocType",
|
||||
"name": "Holiday"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Description",
|
||||
"width": "300px",
|
||||
"fieldname": "description",
|
||||
"fieldtype": "Small Text"
|
||||
"fieldtype": "Small Text",
|
||||
"label": "Description",
|
||||
"width": "300px"
|
||||
},
|
||||
{
|
||||
"oldfieldtype": "Date",
|
||||
"doctype": "DocField",
|
||||
"fieldname": "holiday_date",
|
||||
"fieldtype": "Date",
|
||||
"label": "Date",
|
||||
"oldfieldname": "holiday_date",
|
||||
"fieldname": "holiday_date",
|
||||
"fieldtype": "Date"
|
||||
"oldfieldtype": "Date"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user