brotherton-erpnext/patches/january_2013/remove_tds_entry_from_gl_mapper.py

5 lines
256 B
Python
Raw Normal View History

2013-01-18 05:19:39 +00:00
def execute():
from webnotes.modules.import_file import import_file
import_file("accounts", "GL Mapper", "Journal Voucher")
import_file("accounts", "GL Mapper", "Purchase Invoice")
import_file("accounts", "GL Mapper", "Purchase Invoice with write off")