brotherton-erpnext/patches/january_2013/remove_tds_entry_from_gl_mapper.py
2013-02-02 12:50:14 +05:30

6 lines
264 B
Python

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")
import_file("accounts", "GL Mapper", "Purchase Invoice with write off")