mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 13:08:27 +00:00
5 lines
183 B
Python
5 lines
183 B
Python
from __future__ import unicode_literals
|
|
def execute():
|
|
import webnotes
|
|
import webnotes.modules
|
|
webnotes.modules.reload_doc('selling', 'search_criteria', 'customer_address_contact') |