mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 05:58: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', 'Purchase Request-Purchase Order') |