From 3f7b883010137fea43308c7beee7458d2abfcfd7 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 10 May 2012 14:32:02 +0530 Subject: [PATCH] reload reports --- erpnext/patches/may_2012/reload_reports.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 erpnext/patches/may_2012/reload_reports.py diff --git a/erpnext/patches/may_2012/reload_reports.py b/erpnext/patches/may_2012/reload_reports.py new file mode 100644 index 00000000000..3ac6960d76a --- /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') +