brotherton-erpnext/erpnext/patches/jan_mar_2012/reload_quote.py

5 lines
135 B
Python

def execute():
import webnotes
from webnotes.modules.module_manager import reload_doc
reload_doc('selling', 'doctype', 'quotation')