email digest patch
This commit is contained in:
parent
2794736d5d
commit
a3acd57654
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')
|
Loading…
Reference in New Issue
Block a user