brotherton-erpnext/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 15:05:42 +05:30
def execute():
from webnotes.modules import reload_doc
reload_doc("Buying", "Report", "Supplier Quotations")