mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-28 19:18:32 +00:00
customer addresses and contacts report (query)
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.sql("""delete from `tabSearch Criteria` \
|
||||
where name = 'customer_address_contact'""")
|
||||
|
||||
from webnotes.modules import reload_doc
|
||||
reload_doc('report', 'customer_addresses_and_contacts', 'selling')
|
||||
Reference in New Issue
Block a user