diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index 4074a02ea6..7750962963 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -172,5 +172,10 @@ patch_list = [ 'patch_file': 'dt_map_fix', 'description': 'removed transaction date from dt_mapper' }, + { + 'patch_module': 'patches.jan_mar_2012', + 'patch_file': 'reload_table', + 'description': 'Relaod all item table: fld order changes' + }, ]