Merge branch 'master' into edge

This commit is contained in:
Anand Doshi 2013-02-16 15:09:38 +05:30
commit b17f3d280b

View File

@ -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')"
]