brotherton-erpnext/patches/august_2012/report_supplier_quotations.py
2012-09-24 19:13:42 +05:30

5 lines
151 B
Python

from __future__ import unicode_literals
def execute():
from webnotes.modules import reload_doc
reload_doc("buying", "report", "supplier_quotations")