mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 13:38:27 +00:00
5 lines
187 B
Python
5 lines
187 B
Python
from __future__ import unicode_literals
|
|
def execute():
|
|
import webnotes
|
|
from webnotes.modules import reload_doc
|
|
reload_doc('buying', 'DocType Mapper', 'Material Request-Purchase Order') |