diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index 40523a399e..ccaebaec9f 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -90,4 +90,14 @@ patch_list = [ 'patch_file': 'remove_archive', 'description': 'unarchive all records and drop archive tables' }, + { + 'patch_module': 'patches.jan_mar_2012', + 'patch_file': 'no_copy_patch', + 'description': 'insert after fld in custom fld should be no_copy' + }, + { + 'patch_module': 'patches.jan_mar_2012', + 'patch_file': 'reload_item', + 'description': 'reload item' + } ]