From f9037a69f826fb45e3deb0256288bba829a36219 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 4 Oct 2012 18:37:53 +0530 Subject: [PATCH] customer addresses and contacts report (query) --- .../october_2012/remove_old_customer_contact_address.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 patches/october_2012/remove_old_customer_contact_address.js diff --git a/patches/october_2012/remove_old_customer_contact_address.js b/patches/october_2012/remove_old_customer_contact_address.js deleted file mode 100644 index 0e435fd72b..0000000000 --- a/patches/october_2012/remove_old_customer_contact_address.js +++ /dev/null @@ -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') \ No newline at end of file