From d8a8a8ad10cf5a9803283c9a94a804d814da18db Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 26 Aug 2020 04:05:21 +0000 Subject: [PATCH] Bug 26285: Follow E.164 pattern for OPAC too This patch uses the E.164 pattern for phone numbers for the OPAC (and not just the staff interface). To test: 0) Follow the same plan as the staff interface, but go to /cgi-bin/koha/opac-messaging.pl after logging into the OPAC Signed-off-by: Martin Renvoize --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt index 4367c513f1..2563d61be9 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt @@ -132,7 +132,7 @@ [% IF ( SMSSendDriver ) %]
  1. Some charges for text messages may be incurred when using this service. Please check with your mobile service provider if you have questions.
  1. - + Please enter numbers only. (123) 456-7890 would be entered as 1234567890.
[% END %] -- 2.20.1