]> git.koha-community.org Git - koha.git/commit
Bug 30838: Don't fallback through phone numbers for sms
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 24 May 2022 11:32:45 +0000 (12:32 +0100)
committerArthur Suzuki <arthur.suzuki@biblibre.com>
Wed, 14 Sep 2022 09:43:53 +0000 (11:43 +0200)
commit6fe74607d1119e4afe4aa4056a3c14028df41f4a
treef8c76f6ed9e3886c9e1880a3c52b983fc5bea6d5
parent594b300bc2e700cb193499b0b6bc956a7e263160
Bug 30838: Don't fallback through phone numbers for sms

This patch removes the fallback handling for smsalartnumber as the
to_address in notices. We ignore the to_address field in the message
queue at send time for sms anyway and use smsalertnumber exclusively so
having this field populated is just confusing to the end user

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 5e388ed509c58b5f7398baf6f7bb027b4dc46c1c)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit 20b17b51679ac6884da2550d952a75c786e81692)
Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com>
C4/Message.pm