mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-31 07:28:04 +00:00
6 lines
130 B
Python
6 lines
130 B
Python
import frappe
|
|
|
|
def execute():
|
|
frappe.reload_doctype("Email Digest")
|
|
frappe.db.sql("update `tabEmail Digest` set add_quote = 1")
|