reload reports
diff --git a/erpnext/patches/may_2012/reload_reports.py b/erpnext/patches/may_2012/reload_reports.py
new file mode 100644
index 0000000..3ac6960
--- /dev/null
+++ b/erpnext/patches/may_2012/reload_reports.py
@@ -0,0 +1,6 @@
+def execute():
+	import webnotes
+	from webnotes.modules import reload_doc
+	reload_doc('selling', 'search_criteria', 'itemwise_sales_details')
+	reload_doc('selling', 'search_criteria', 'itemwise_delivery_details')
+