2012-07-19 13:40:31 +05:30
|
|
|
from __future__ import unicode_literals
|
2012-03-20 17:04:32 +05:30
|
|
|
def execute():
|
|
|
|
import webnotes
|
2012-04-02 14:06:46 +05:30
|
|
|
from webnotes.modules import reload_doc
|
2012-03-20 17:04:32 +05:30
|
|
|
reload_doc('selling', 'doctype', 'quotation')
|