From cf0163d09e8ce9075fe0b31711222cbddee432ea Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Mon, 26 Dec 2011 11:13:49 +0530 Subject: [PATCH] Patch updated --- erpnext/patches/update_gle_against_voucher_for_jv.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/patches/update_gle_against_voucher_for_jv.py b/erpnext/patches/update_gle_against_voucher_for_jv.py index 7dc5a0b38d..96401ba2b8 100644 --- a/erpnext/patches/update_gle_against_voucher_for_jv.py +++ b/erpnext/patches/update_gle_against_voucher_for_jv.py @@ -1,6 +1,7 @@ def execute(): import webnotes from webnotes.modules.module_manager import reload_doc + from webnotes.model.code import get_obj # reload jv gl mapper reload_doc('accounts', 'GL Mapper', 'Journal Voucher')