https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18990
Bug ID: 18990
Summary: Overdue Notices are not sending through SMS correctly
Change sponsored?: ---
Product: Koha
Version: 16.11
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Notices
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
For SMS messages to be sent, the patron has to have a phone number to receive
text messages and their carrier. When an enhanced message sends(advance
notices, holds, checkin, checkouts) it takes the phone number and adds the
appropriate carrier information to it. For the Over Notices, the SMS number is
not getting attached to the carrier information, the email information is being
used instead. Thus the patron is receiving an SMS overdue notice via their
email address instead of through a text message.
See below- an advanced notice of Item due sent via SMS uses the phone number,
however, the overdue Notice uses the email address:
select message_id, to_address, subject, message_transport_type as mtt from
message_queue where message_transport_type='sms' and date(time_queued) =
CURRENT_DATE limit 10;
+------------+------------------------------------------------------+----------------------------+-----+
| message_id | to_address | subject | mtt |
+------------+------------------------------------------------------+----------------------------+-----+
| 549913 | [email protected]@[email protected]@vtext.com | Overdue Notice | sms
|
| 551808 | [email protected]@txt.att.net | Overdue Notice | sms |
| 551811 | [email protected]@tmomail.net | Overdue Notice | sms |
| 551814 | [email protected]@vtext.com | Overdue Notice | sms |
| 551871 | [email protected] | Advance Notice of Item Due | sms |
| 551873 | [email protected] | Advance Notice of Item Due | sms |
| 551875 | [email protected] | Advance Notice of Item Due | sms |
| 551901 | [email protected] | Advance Notice of Item Due | sms |
| 551904 | [email protected] | Advance Notice of Item Due | sms |
| 551906 | [email protected] | Advance Notice of Item Due | sms |
+------------+------------------------------------------------------+----------------------------+-----+
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/