From 9f9877a447ddef06d10c842797e75056cbe107c9 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 16 Jul 2013 11:35:24 +0530 Subject: [PATCH] [minor] [patch] save style settings post release of responsive ui --- patches/patch_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/patch_list.py b/patches/patch_list.py index 80e3102cd1..af74a89574 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -197,7 +197,6 @@ patch_list = [ "execute:webnotes.reload_doc('website', 'doctype', 'blog_post') #2013-03-25", "execute:webnotes.reload_doc('website', 'doctype', 'web_page') #2013-03-25", "execute:webnotes.reload_doc('setup', 'doctype', 'sales_partner') #2013-06-25", - "execute:webnotes.bean('Style Settings').save() #2013-03-25", "execute:webnotes.conn.set_value('Email Settings', None, 'send_print_in_body_and_attachment', 1)", "patches.march_2013.p09_unset_user_type_partner", "patches.march_2013.p10_set_fiscal_year_for_stock", @@ -251,4 +250,5 @@ patch_list = [ "execute:webnotes.delete_doc('Report', 'Received Items To Be Billed')", "patches.july_2013.p02_copy_shipping_address", "patches.july_2013.p03_cost_center_company", + "execute:webnotes.bean('Style Settings').save() #2013-07-16", ] \ No newline at end of file