[minor] quote optional in email digest

This commit is contained in:
Rushabh Mehta
2015-11-27 12:23:31 +05:30
committed by Anand Doshi
parent e38a53443a
commit 9785cd35dc
4 changed files with 77 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
import frappe
def execute():
frappe.reload_doctype("Email Digest")
frappe.db.sql("update `tabEmail Digest` set add_quote = 1")