From 96bebb44b0a0897b90c8a700aba8addde249ef5c Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Sat, 16 Feb 2013 15:09:34 +0530 Subject: [PATCH] patch to enable calendar events and todo list in email digest if email digest is enabled --- 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 c0f53b3373..397ec8bbfc 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -171,5 +171,6 @@ patch_list = [ "execute:webnotes.conn.sql('update tabUserRole set parentfield=\"user_roles\" where parentfield=\"userroles\"')", "patches.february_2013.fix_outstanding", "patches.february_2013.p01_event", - "execute:webnotes.delete_doc('Page', 'Calendar')" + "execute:webnotes.delete_doc('Page', 'Calendar')", + "execute:webnotes.conn.sql('update `tabEmail Digest` set calendar_events=1, todo_list=1 where enabled=1')" ] \ No newline at end of file