6 lines
160 B
Python
Raw Normal View History

from __future__ import unicode_literals
def execute():
import webnotes
2012-04-02 14:06:46 +05:30
from webnotes.modules import reload_doc
reload_doc('selling', 'doctype', 'quotation')