commit | 3f7b883010137fea43308c7beee7458d2abfcfd7 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu May 10 14:32:02 2012 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu May 10 14:32:02 2012 +0530 |
tree | 6fe67a9207470b9f63a9228bbf6f675c8314b119 | |
parent | fdeb55ba69def1564108b659aaef95c7ea243718 [diff] |
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') +