From 1546003d69934ca03115f07e7540d078e061880d Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 18 Oct 2011 18:47:08 +0530 Subject: [PATCH] issue fixed in patch --- erpnext/patches/packing_slip.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/patches/packing_slip.py b/erpnext/patches/packing_slip.py index b6c94c040f..9285e8a56d 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')