Bugzilla – Attachment 131375 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.63 KB, created by
Florian
on 2022-03-04 14:53:07 UTC
(
hide
)
Description:
Bug 30026: Quick fix for SmsAlert Hint
Filename:
MIME Type:
Creator:
Florian
Created:
2022-03-04 14:53:07 UTC
Size:
1.63 KB
patch
obsolete
>From 5a7d395ff641ab73daa109c37b9f243d9a066626 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. >--- > .../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 39f1e5f2a8..e039195fe0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1500,7 +1500,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