Reminder SMS Fix 0.10.6 – still some bugs

Support forumCategory: BugsReminder SMS Fix 0.10.6 – still some bugs
H asked 5 years ago
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
Nikola Loncar Staff answered 5 years ago
Hi, yes you are right. There will be a new version during the day with fix for status. Best regards, Nikola
H answered 5 years ago
I added this as line 99 in twilio_cron.php and it seems to have fixed it:
a.status = `confirmed` AND
Can something like this be added to the official version so I don't have to edit it after updates?  Thanks.
Nikola Loncar Staff replied 5 years ago

Yes that will be added in next version. 🙂

Best regards,
Nikola

Nikola Loncar Staff answered 5 years ago
New version is here, so please update :). I will close this issue. Best regards, Nikola