mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
Index patch released and doctype updated based on index
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
# These values are common for all DocType
|
||||
{
|
||||
'_last_update': '1308829300',
|
||||
'_last_update': '1309508836',
|
||||
'allow_copy': 1,
|
||||
'allow_trash': 1,
|
||||
'colour': 'White:FFF',
|
||||
@@ -179,7 +179,7 @@
|
||||
'oldfieldtype': 'Data',
|
||||
'permlevel': 1,
|
||||
'reqd': 1,
|
||||
'search_index': 1
|
||||
'search_index': 0
|
||||
},
|
||||
|
||||
# DocField
|
||||
@@ -225,7 +225,7 @@
|
||||
'options': '\nLedger\nGroup',
|
||||
'permlevel': 1,
|
||||
'reqd': 1,
|
||||
'search_index': 1
|
||||
'search_index': 0
|
||||
},
|
||||
|
||||
# DocField
|
||||
@@ -259,7 +259,7 @@
|
||||
'oldfieldname': 'debit_or_credit',
|
||||
'oldfieldtype': 'Data',
|
||||
'permlevel': 1,
|
||||
'search_index': 1
|
||||
'search_index': 0
|
||||
},
|
||||
|
||||
# DocField
|
||||
@@ -274,7 +274,7 @@
|
||||
'oldfieldtype': 'Select',
|
||||
'options': 'Yes\nNo',
|
||||
'permlevel': 1,
|
||||
'search_index': 1
|
||||
'search_index': 0
|
||||
},
|
||||
|
||||
# DocField
|
||||
@@ -344,7 +344,7 @@
|
||||
'options': 'Company',
|
||||
'permlevel': 1,
|
||||
'reqd': 1,
|
||||
'search_index': 1
|
||||
'search_index': 0
|
||||
},
|
||||
|
||||
# DocField
|
||||
|
||||
Reference in New Issue
Block a user