customer addresses and contacts report (query)

This commit is contained in:
Nabin Hait 2012-10-04 18:38:11 +05:30
parent f9037a69f8
commit 671f16d312

View File

@ -0,0 +1,7 @@
def execute():
import webnotes
webnotes.conn.sql("""delete from `tabSearch Criteria` \
where name = 'customer_address_contact'""")
from webnotes.modules import reload_doc
reload_doc('selling', 'report', 'customer_addresses_and_contacts')