2012-10-04 13:08:11 +00:00
|
|
|
def execute():
|
|
|
|
import webnotes
|
|
|
|
webnotes.conn.sql("""delete from `tabSearch Criteria` \
|
|
|
|
where name = 'customer_address_contact'""")
|
2012-11-26 09:48:36 +00:00
|
|
|
|
2013-03-06 05:50:56 +00:00
|
|
|
webnotes.reload_doc("core", "doctype", "docfield")
|
2012-11-26 09:48:36 +00:00
|
|
|
webnotes.reload_doc("core", "doctype", "report")
|
|
|
|
webnotes.reload_doc('selling', 'report', 'customer_addresses_and_contacts')
|