brotherton-erpnext/patches/october_2012/reload_gl_mapper.py
2012-10-03 11:17:37 +05:30

5 lines
201 B
Python

def execute():
import webnotes
from webnotes.modules import reload_doc
reload_doc("accounts", "GL Mapper", "Purchase Invoice")
reload_doc("accounts", "GL Mapper", "Purchase Invoice with write off")