From 16447005bf6f51f883372758c2606ee0be1c0e3d Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 12 Sep 2013 16:58:54 +0530 Subject: [PATCH] [fix] [minor] fixes in old patch --- patches/december_2012/address_title.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/patches/december_2012/address_title.py b/patches/december_2012/address_title.py index fc7d2baed1..13dd74d896 100644 --- a/patches/december_2012/address_title.py +++ b/patches/december_2012/address_title.py @@ -9,9 +9,6 @@ def execute(): webnotes.conn.sql("""update tabAddress set address_title = customer_name where ifnull(customer_name,'')!=''""") webnotes.conn.sql("""update tabAddress set address_title = supplier_name where ifnull(supplier_name,'')!=''""") webnotes.conn.sql("""update tabAddress set address_title = sales_partner where ifnull(sales_partner,'')!=''""") - - webnotes.reload_doc("website", "doctype", "product_settings") - webnotes.reset_perms("Product Settings") # move code to new doctype webnotes.conn.set_value("Website Script", None, "javascript",