mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
[minor] quote optional in email digest
This commit is contained in:
committed by
Anand Doshi
parent
e38a53443a
commit
9785cd35dc
5
erpnext/patches/v6_10/email_digest_default_quote.py
Normal file
5
erpnext/patches/v6_10/email_digest_default_quote.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import frappe
|
||||
|
||||
def execute():
|
||||
frappe.reload_doctype("Email Digest")
|
||||
frappe.db.sql("update `tabEmail Digest` set add_quote = 1")
|
||||
Reference in New Issue
Block a user