mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 23:22:52 +00:00
changed old type txt to new type txtt
This commit is contained in:
@@ -1,31 +1,24 @@
|
||||
# Search Criteria, projectwise_purchase_details
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2012-04-03 12:49:52',
|
||||
'docstatus': 0,
|
||||
'modified': '2012-04-03 12:49:52',
|
||||
'modified_by': u'Administrator',
|
||||
'owner': u'ashwini@webnotestech.com'
|
||||
},
|
||||
|
||||
# These values are common for all Search Criteria
|
||||
{
|
||||
'criteria_name': u'Projectwise Purchase Details',
|
||||
'doc_type': u'Purchase Order',
|
||||
'doctype': 'Search Criteria',
|
||||
'filters': u"{'Purchase Order\x01Status':'','Purchase Order\x01Fiscal Year':''}",
|
||||
'module': u'Projects',
|
||||
'name': '__common__',
|
||||
'page_len': 50,
|
||||
'sort_order': u'DESC',
|
||||
'standard': u'Yes'
|
||||
},
|
||||
|
||||
# Search Criteria, projectwise_purchase_details
|
||||
{
|
||||
'doctype': 'Search Criteria',
|
||||
'name': u'projectwise_purchase_details'
|
||||
}
|
||||
{
|
||||
"owner": "ashwini@webnotestech.com",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-04-03 12:49:52",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-04-03 12:49:52"
|
||||
},
|
||||
{
|
||||
"doc_type": "Purchase Order",
|
||||
"name": "__common__",
|
||||
"module": "Projects",
|
||||
"doctype": "Search Criteria",
|
||||
"sort_order": "DESC",
|
||||
"filters": "{'Purchase Order\u0001Status':'','Purchase Order\u0001Fiscal Year':''}",
|
||||
"page_len": 50,
|
||||
"criteria_name": "Projectwise Purchase Details",
|
||||
"standard": "Yes"
|
||||
},
|
||||
{
|
||||
"name": "projectwise_purchase_details",
|
||||
"doctype": "Search Criteria"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user