5 lines
256 B
Python
5 lines
256 B
Python
|
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")
|