commit | cf0163d09e8ce9075fe0b31711222cbddee432ea | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Dec 26 11:13:49 2011 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Dec 26 11:13:49 2011 +0530 |
tree | bb8bc085a8e809a1a47acd89878be5fd02cb02c4 | |
parent | f7e1569207e2b251021f8b7149532589ac9798e3 [diff] |
Patch updated
diff --git a/erpnext/patches/update_gle_against_voucher_for_jv.py b/erpnext/patches/update_gle_against_voucher_for_jv.py index 7dc5a0b..96401ba 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')