fix: appointment reminders not working

This commit is contained in:
Rucha Mahabal
2020-02-24 22:08:45 +05:30
parent 24055e1552
commit 5100e11fb6
3 changed files with 35 additions and 19 deletions

View File

@@ -273,7 +273,8 @@ auto_cancel_exempted_doctypes= [
scheduler_events = {
"all": [
"erpnext.projects.doctype.project.project.project_status_update_reminder"
"erpnext.projects.doctype.project.project.project_status_update_reminder",
"erpnext.healthcare_healthcare.doctype.patient_appointment.patient_appointment.send_appointment_reminder"
],
"hourly": [
'erpnext.hr.doctype.daily_work_summary_group.daily_work_summary_group.trigger_emails',