From 01e6a9cf1e29d91747c0996b855c26d3e00eaed9 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 24 Sep 2013 12:08:31 +0530 Subject: [PATCH] Frozen Accounts Modifier setting in Accounts Settings --- 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 9365b912d75..b31fc9c79f1 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -211,5 +211,6 @@ patch_list = [ "patches.september_2013.p03_update_stock_uom_in_sle", "patches.september_2013.p03_move_website_to_framework", "execute:webnotes.bean('Style Settings').save() #2013-09-19", - "execute:webnotes.conn.set_value('Accounts Settings', None, 'frozen_accounts_modifier', 'Accounts Manager') #2013-09-24", + "execute:webnotes.reload_doc('accounts', 'doctype', 'accounts_settings') # 2013-09-24" + "execute:webnotes.conn.set_value('Accounts Settings', None, 'frozen_accounts_modifier', 'Accounts Manager') # 2013-09-24", ] \ No newline at end of file