mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 02:31:21 +00:00
reload purchase invoice gl mapper
This commit is contained in:
5
patches/october_2012/reload_gl_mapper.py
Normal file
5
patches/october_2012/reload_gl_mapper.py
Normal file
@@ -0,0 +1,5 @@
|
||||
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")
|
||||
Reference in New Issue
Block a user