Bugzilla – Attachment 134955 Details for
Bug 30026
International phone number not supported for sending SMS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30026: Quick fix for SmsAlert Hint
Bug-30026-Quick-fix-for-SmsAlert-Hint.patch (text/plain), 1.73 KB, created by
Katrin Fischer
on 2022-05-13 08:22:24 UTC
(
hide
)
Description:
Bug 30026: Quick fix for SmsAlert Hint
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-05-13 08:22:24 UTC
Size:
1.73 KB
patch
obsolete
>From ef6510aaf732de0a329ebf652925a9a1ddbe4b8f Mon Sep 17 00:00:00 2001 >From: Florian Bontemps <florian.bontemps@biblibre.com> >Date: Fri, 4 Mar 2022 14:49:19 +0000 >Subject: [PATCH] Bug 30026: Quick fix for SmsAlert Hint > >Just modifying the hint provided in patrons' messaging preferences to >allow either + or 00 for international formats. >No test plan needed. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index e61ae4f688..8085dd78c6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1509,7 +1509,7 @@ legend:hover { > <p> > <label for="SMSnumber">SMS number:</label> > <input type="text" id="SMSnumber" name="SMSnumber" value="[% SMSnumber | html %]" /> >- <span class="hint sms_number_help">Please enter numbers only. Prefix the number with + if including the country code.</span> >+ <span class="hint sms_number_help">Please enter numbers only. Prefix the number with + or 00 if including the country code.</span> > </p> > [% UNLESS nosms_provider_id %] > <p> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 30026
:
130167
|
131375
|
134756
|
134757
|
134954
| 134955