mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
email digest patch
This commit is contained in:
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')
|
||||||
Reference in New Issue
Block a user