commit | 91d6d1423dc21831cf5b36676071e23c92f953a5 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu May 10 14:32:56 2012 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu May 10 14:32:56 2012 +0530 |
tree | fff5baf18dc0bcba6875e69dcad272c3e4729e13 | |
parent | 3f7b883010137fea43308c7beee7458d2abfcfd7 [diff] |
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' + }, ]