commit | a3acd57654b1f9851e1a2ccd3128af270c720092 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Sat Feb 16 18:45:09 2013 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Sat Feb 16 18:45:09 2013 +0530 |
tree | 61dbb3111913eb8aa0bcb6ca52e5b93e99f1f882 | |
parent | 2794736d5dc100395ff2ea77b91e4f3cbf092c13 [diff] |
email digest patch
diff --git a/patches/february_2013/p02_email_digest.py b/patches/february_2013/p02_email_digest.py new file mode 100644 index 0000000..3753874 --- /dev/null +++ b/patches/february_2013/p02_email_digest.py
@@ -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') \ No newline at end of file