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

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')