brotherton-erpnext/erpnext/patches/may_2012/reload_reports.py

7 lines
213 B
Python
Raw Normal View History

2012-05-10 09:02:02 +00:00
def execute():
import webnotes
from webnotes.modules import reload_doc
reload_doc('selling', 'search_criteria', 'itemwise_sales_details')
reload_doc('selling', 'search_criteria', 'itemwise_delivery_details')