diff --git a/erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.txt b/erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.txt index acb1d95e2e..debf1719a3 100644 --- a/erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.txt +++ b/erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.txt @@ -238,7 +238,6 @@ # DocField { 'colour': u'White:FFF', - 'default': u'Purchase - TC', 'doctype': u'DocField', 'fieldname': u'cost_center', 'fieldtype': u'Link', @@ -432,4 +431,4 @@ 'print_hide': 1, 'report_hide': 1 } -] \ No newline at end of file +] diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index 31c4aedc8a..7d8a0951bb 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -277,4 +277,9 @@ patch_list = [ 'patch_file': 'after_sync_cleanup', 'description': 'cleanup after sync' }, + { + 'patch_module': 'patches.april_2012', + 'patch_file': 'change_cacheitem_schema', + 'description': 'Modified datatype of `value` column from text to longtext' + }, ]