mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-21 23:58:30 +00:00
5 lines
201 B
Python
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") |