Merge branch 'master' into edge

This commit is contained in:
Anand Doshi 2013-02-16 18:46:09 +05:30
commit a0e2f51c2f
2 changed files with 5 additions and 1 deletions

View 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')

View File

@ -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",
]