]> git.evergreen-ils.org Git - evergreen/tadl.git/commit
Make patron alias unique test case insensitive
authorJeff Godin <jgodin@tadl.org>
Thu, 23 Aug 2012 18:39:26 +0000 (14:39 -0400)
committerJeff Godin <jgodin@tadl.org>
Sat, 25 Aug 2012 23:43:29 +0000 (19:43 -0400)
commitcbd46688a1e2b0f165e427d8c70ff6e6788239ba
tree532142332fd2923a9d7dc201b2788db4d8adabff
parent44de39976e67104c7fbac3662af78fb9898a2623
Make patron alias unique test case insensitive

When testing a patron alias to determine if it is unique, ensure
that the comparison is done without regard for case.

Case is preserved, but when searching for an existing matching
alias, both values are lowercased using evergreen.lowercase().

Signed-off-by: Jeff Godin <jgodin@tadl.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm