mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 09:05:00 +00:00
8 lines
253 B
Python
8 lines
253 B
Python
from __future__ import unicode_literals
|
|
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')
|
|
|