patch list updated
diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py
index 40523a3..ccaebae 100644
--- a/erpnext/patches/patch_list.py
+++ b/erpnext/patches/patch_list.py
@@ -90,4 +90,14 @@
 		'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'
+	}
 ]