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

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')