diff --git a/patches/january_2013/remove_tds_entry_from_gl_mapper.py b/patches/january_2013/remove_tds_entry_from_gl_mapper.py index ac8511d8b5..dcdfe0c0fc 100644 --- a/patches/january_2013/remove_tds_entry_from_gl_mapper.py +++ b/patches/january_2013/remove_tds_entry_from_gl_mapper.py @@ -1,4 +1,5 @@ def execute(): + return from webnotes.modules.import_file import import_file import_file("accounts", "GL Mapper", "Journal Voucher") import_file("accounts", "GL Mapper", "Purchase Invoice")