https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25520
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Assignee|[email protected] |[email protected] |om | --- Comment #1 from David Nind <[email protected]> --- The current text is different now: - Staff interface: "Please enter numbers only. Prefix the number with + or 00 if including the country code." - OPAC: "Please enter numbers only. Prefix the number with + if including the country code." They are a little more consistent, but have got out of sync. I would suggest changing the OPAC text to the same as the staff interface - adding "..or 00..". History of recent changes: - Bug 26299: both staff interface and OPAC changed to "Please enter numbers only. Prefix the number with + if including the country code.", change made in 20.11 - Bug 30026: staff interface changed from above to "Please enter numbers only. Prefix the number with + or 00 if including the country code.", changed addded "..or 00..", change made in 22.11.00, 22.05.03 (see comments 9 to 11) Testing notes: 1. Set SMSSendDriver to Email 2. To enter an SMS number in the staff interface: 2.1 Go to Patrons > + New patron > Patron. 2.2 Scroll down to the 'Patron messaging preferences' section at the end of the page. 2.3 Note that the hint is "Please enter numbers only. Prefix the number with + or 00 if including the country code.". 2.3 Results for entering different numbers and formats: 987654321 => accepted edit and add some letters => letters are removed as you enter them edit and try and add some dashes 987-654-321 => the dashes are removed edit and try and add some brackets (987) 999-654-321 => the brackets are removed edit and try and add some spaces 987 654 321 => the spaces are removed +64003987654321 => accepted 003987654321 => accepted 3. To enter an SMS number in the OPAC: 3.1 Go to OPAC > Your account (may have to log in). 3.2 Select the 'Messaging' tab/section. 3.3 Note that the hint is "Please enter numbers only. Prefix the number with + if including the country code.". 3.3 Results for entering different numbers and formats: 987654321 => accepted edit and add some letters => letters are removed as you enter them edit and try and add some dashes 987-654-321 => the dashes are removed edit and try and add some brackets (987) 999-654-321 => the brackets are removed edit and try and add some spaces 987 654 321 => the spaces are removed +64003987654321 => accepted 003987654321 => accepted -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
