[print-format-builder] fixed left column, email alert fix
This commit is contained in:
parent
06f46a2458
commit
45f2c4ee62
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ def trigger_email_alerts(doc, method=None):
|
|||
# don't send email alerts while syncing or patching
|
||||
return
|
||||
|
||||
if method = "daily":
|
||||
if method == "daily":
|
||||
|
||||
for alert in frappe.db.sql_list("""select name from `tabEmail Alert`
|
||||
where event in ('Days Before', 'Days After') and enabled=1"""):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue