reload reports
This commit is contained in:
6
erpnext/patches/may_2012/reload_reports.py
Normal file
6
erpnext/patches/may_2012/reload_reports.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
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')
|
||||||
|
|
||||||
Reference in New Issue
Block a user