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>
Thu, 26 Dec 2013 19:10:19 +0000 (14:10 -0500)
commit18d7d67ab24b53fa12032654754f3d8aa2db592c
tree3b4414d17c4506983536286e96c231ba48997c72
parent29895b6ea6a37e07d07ef9563353b6920620afdb
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