mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
changed old type txt to new type txtt
This commit is contained in:
@@ -1,27 +1,20 @@
|
||||
# Page, Projects
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2010-12-14 10:23:31',
|
||||
'docstatus': 0,
|
||||
'modified': '2010-12-30 14:43:47',
|
||||
'modified_by': 'Administrator',
|
||||
'owner': 'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all Page
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'module': 'Projects',
|
||||
'name': '__common__',
|
||||
'page_name': 'Projects',
|
||||
'standard': 'Yes'
|
||||
},
|
||||
|
||||
# Page, Projects
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'name': 'Projects'
|
||||
}
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"docstatus": 0,
|
||||
"creation": "2010-12-14 10:23:31",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2010-12-30 14:43:47"
|
||||
},
|
||||
{
|
||||
"name": "__common__",
|
||||
"module": "Projects",
|
||||
"standard": "Yes",
|
||||
"page_name": "Projects",
|
||||
"doctype": "Page"
|
||||
},
|
||||
{
|
||||
"name": "Projects",
|
||||
"doctype": "Page"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user