brotherton-erpnext/patches/august_2012/report_supplier_quotations.py

5 lines
151 B
Python
Raw Normal View History

from __future__ import unicode_literals
2012-08-07 09:35:42 +00:00
def execute():
from webnotes.modules import reload_doc
reload_doc("buying", "report", "supplier_quotations")