Bugzilla – Attachment 134757 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.68 KB, created by
Owen Leonard
on 2022-05-06 18:43:55 UTC
(
hide
)
Description:
Bug 30026: Quick fix for SmsAlert Hint
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2022-05-06 18:43:55 UTC
Size:
1.68 KB
patch
obsolete
>From adb1eaa4134a19cd5a89b9ac0ff0e4d18ed93e61 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> >--- > .../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 d01b2316bc..d4382ecc3a 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.20.1
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