From 7b4bbbd6bd1dc474257ce262994820e7e16e24ce Mon Sep 17 00:00:00 2001 From: Saurabh Date: Mon, 24 Jun 2013 15:00:21 +0530 Subject: [PATCH 1/2] [reload doctype and page] --- patches/patch_list.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patches/patch_list.py b/patches/patch_list.py index a5c4d805e4..8aba224092 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -19,7 +19,8 @@ patch_list = [ "execute:webnotes.reload_doc('core', 'doctype', 'docfield')", "execute:webnotes.reload_doc('core', 'doctype', 'docperm') # 2013-04-07", "execute:webnotes.reload_doc('core', 'doctype', 'report')", - "execute:webnotes.reload_doc('core', 'doctype', 'doctype')", + "execute:webnotes.reload_doc('core', 'doctype', 'doctype') # 2013-06-24", + "execute:webnotes.reload_doc('core', 'doctype', 'page') # 2013-06-24", "patches.mar_2012.so_rv_mapper_fix", "patches.mar_2012.clean_property_setter", "patches.april_2012.naming_series_patch", From 85cbe16f523b134fc166556a4b06b107a244ab5e Mon Sep 17 00:00:00 2001 From: Saurabh Date: Mon, 24 Jun 2013 15:16:50 +0530 Subject: [PATCH 2/2] [patch] reload sales partner for webpage --- patches/patch_list.py | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/patch_list.py b/patches/patch_list.py index 8aba224092..8d44c08f22 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -201,6 +201,7 @@ patch_list = [ "execute:webnotes.reload_doc('setup', 'doctype', 'item_group') #2013-03-25", "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-24", "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",