brotherton-erpnext/patches/october_2012/reload_gl_mapper.py

6 lines
222 B
Python
Raw Normal View History

2012-10-03 05:47:37 +00:00
def execute():
2013-02-02 07:15:07 +00:00
return # deprecated
2012-10-03 05:47:37 +00:00
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")