From e73b5e23b93276c0511c2ec282443c6cc6da371e Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 7 Mar 2013 18:54:37 +0530 Subject: [PATCH] added patch to update custom css --- patches/patch_list.py | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/patch_list.py b/patches/patch_list.py index d136820c2e..e011237767 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -209,4 +209,5 @@ patch_list = [ "execute:webnotes.conn.sql('update tabDocPerm set `submit`=1, `cancel`=1, `amend`=1 where parent=\"Time Log\"')", "execute:webnotes.delete_doc('DocType', 'Attendance Control Panel')", "patches.march_2013.p02_get_global_default", + "execute:webnotes.bean('Style Settings', 'Style Settings').save()" ] \ No newline at end of file