mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-19 03:17:55 +00:00
patch list modified
This commit is contained in:
@@ -238,7 +238,6 @@
|
|||||||
# DocField
|
# DocField
|
||||||
{
|
{
|
||||||
'colour': u'White:FFF',
|
'colour': u'White:FFF',
|
||||||
'default': u'Purchase - TC',
|
|
||||||
'doctype': u'DocField',
|
'doctype': u'DocField',
|
||||||
'fieldname': u'cost_center',
|
'fieldname': u'cost_center',
|
||||||
'fieldtype': u'Link',
|
'fieldtype': u'Link',
|
||||||
@@ -432,4 +431,4 @@
|
|||||||
'print_hide': 1,
|
'print_hide': 1,
|
||||||
'report_hide': 1
|
'report_hide': 1
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -277,4 +277,9 @@ patch_list = [
|
|||||||
'patch_file': 'after_sync_cleanup',
|
'patch_file': 'after_sync_cleanup',
|
||||||
'description': 'cleanup after sync'
|
'description': 'cleanup after sync'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'patch_module': 'patches.april_2012',
|
||||||
|
'patch_file': 'change_cacheitem_schema',
|
||||||
|
'description': 'Modified datatype of `value` column from text to longtext'
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user