fix: Add missing comma in hooks.py (#7254)
This commit is contained in:
parent
f2bed0945b
commit
662eb3c080
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ scheduler_events = {
|
|||
"frappe.social.doctype.energy_point_log.energy_point_log.send_weekly_report"
|
||||
],
|
||||
"monthly": [
|
||||
"frappe.email.doctype.auto_email_report.auto_email_report.send_monthly"
|
||||
"frappe.email.doctype.auto_email_report.auto_email_report.send_monthly",
|
||||
"frappe.social.doctype.energy_point_log.energy_point_log.send_monthly_report"
|
||||
],
|
||||
"monthly_long": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue