commit | 1546003d69934ca03115f07e7540d078e061880d | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Oct 18 18:47:08 2011 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Oct 18 18:47:08 2011 +0530 |
tree | 8bc41b981671f7f4a88e71a7e09eee34c69cfd72 | |
parent | 0c005421feffd2883ba26bf1585107535a920370 [diff] |
issue fixed in patch
diff --git a/erpnext/patches/packing_slip.py b/erpnext/patches/packing_slip.py index b6c94c0..9285e8a 100644 --- a/erpnext/patches/packing_slip.py +++ b/erpnext/patches/packing_slip.py
@@ -1,4 +1,5 @@ def execute(): + import webnotes from webnotes.modules.module_manager import reload_doc reload_doc('stock', 'doctype', 'delivery_note_detail') reload_doc('stock', 'Print Format', 'Delivery Note Packing List Wise')