mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-17 08:28:44 +00:00
Co-authored-by: diptanilsaha <diptanil@frappe.io>
This commit is contained in:
@@ -910,7 +910,9 @@ def send():
|
||||
|
||||
@frappe.whitelist()
|
||||
def get_digest_msg(name):
|
||||
return frappe.get_doc("Email Digest", name).get_msg_html()
|
||||
email_digest = frappe.get_doc("Email Digest", name)
|
||||
email_digest.check_permission()
|
||||
return email_digest.get_msg_html()
|
||||
|
||||
|
||||
def get_incomes_expenses_for_period(account, from_date, to_date):
|
||||
|
||||
Reference in New Issue
Block a user