reload reports
diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py
index ea8e5d6..ea4840a 100644
--- a/erpnext/patches/patch_list.py
+++ b/erpnext/patches/patch_list.py
@@ -337,5 +337,10 @@
 		'patch_file': 'stock_reco_patch',
 		'description': 'stock reco patch: store diff info in field'
 	},
+	{
+		'patch_module': 'patches.may_2012',
+		'patch_file': 'reload_reports',
+		'description': 'reload reports: itemwise sales/delivery details'
+	},
 
 ]