mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-13 11:55:11 +00:00
6 lines
160 B
Python
6 lines
160 B
Python
from __future__ import unicode_literals
|
|
def execute():
|
|
import webnotes
|
|
from webnotes.modules import reload_doc
|
|
reload_doc('selling', 'doctype', 'quotation')
|