customer addresses and contacts report (query)

This commit is contained in:
Nabin Hait
2012-10-04 18:35:17 +05:30
parent 30f7da49c8
commit 3e32040ae0
9 changed files with 38 additions and 83 deletions

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('report', 'customer_addresses_and_contacts', 'selling')

View File

@@ -619,4 +619,8 @@ patch_list = [
'patch_module': 'patches.october_2012',
'patch_file': 'fix_wrong_vouchers',
},
{
'patch_module': 'patches.october_2012',
'patch_file': 'remove_old_customer_contact_address',
},
]