Reminder SMS Fix 0.10.6 – still some bugs
Hi, I just updated to 0.10.6 for Easy Appointments Connect to fix the reminder SMS bug. It is now working for confirmed appointments. Unfortunately, it is also sending reminder SMS for appointments that are still in "pending" and for appointments that have already been "canceled". Reminders should only be sent to appointments that have "status" of "confirmed" in ea_appointments, so I think just adding that criteria (a.'status' = 'confirmed') to the queries should fix it?
3 Answers
Hi, yes you are right. There will be a new version during the day with fix for status.
Best regards,
Nikola
I added this as line 99 in twilio_cron.php and it seems to have fixed it:
a.status = `confirmed` ANDCan something like this be added to the official version so I don't have to edit it after updates? Thanks.
Yes that will be added in next version. 🙂
Best regards,
Nikola
Please login or Register to submit your answer