patch list updated
diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py
index 4074a02..7750962 100644
--- a/erpnext/patches/patch_list.py
+++ b/erpnext/patches/patch_list.py
@@ -172,5 +172,10 @@
 		'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' 
+	},
 
 ]