[Koha-bugs] [Bug 34338] Cardnumbers should be trimmed before insertion

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 27 14:18:22 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34338

--- Comment #5 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
koha-tmpl/intranet-tmpl/prog/en/includes/onboarding_messages.inc
Card number contains whitespaces

koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt
Cardnumber already contains whitespaces.

koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt
[% ELSIF cardnumber_not_trimmed %]
<a href="#borrower_cardnumber"><strong>The entered card number contains
whitespaces.</strong></a>

Three different strings.
And they are not exact. We dont like leading or trailing whitespace.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list