Merge branch 'master' into edge
This commit is contained in:
commit
a0e2f51c2f
4
patches/february_2013/p02_email_digest.py
Normal file
4
patches/february_2013/p02_email_digest.py
Normal file
@ -0,0 +1,4 @@
|
||||
import webnotes
|
||||
def execute():
|
||||
webnotes.reload_doc("setup", "doctype", "email_digest")
|
||||
webnotes.conn.sql('update `tabEmail Digest` set calendar_events=1, todo_list=1 where enabled=1')
|
@ -172,5 +172,5 @@ patch_list = [
|
||||
"patches.february_2013.fix_outstanding",
|
||||
"patches.february_2013.p01_event",
|
||||
"execute:webnotes.delete_doc('Page', 'Calendar')",
|
||||
"execute:webnotes.conn.sql('update `tabEmail Digest` set calendar_events=1, todo_list=1 where enabled=1')"
|
||||
"patches.february_2013.p02_email_digest",
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user