patch to enable calendar events and todo list in email digest if email digest is enabled
This commit is contained in:
parent
03741698e4
commit
96bebb44b0
@ -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')"
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user