mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
updated gl mapper for tds entry
This commit is contained in:
5
patches/january_2013/remove_tds_entry_from_gl_mapper.py
Normal file
5
patches/january_2013/remove_tds_entry_from_gl_mapper.py
Normal file
@@ -0,0 +1,5 @@
|
||||
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")
|
||||
Reference in New Issue
Block a user