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>
Tue, 7 Apr 2015 15:29:22 +0000 (11:29 -0400)
commit2c488325f3ec638b7b572f289f6355ae6d71538a
treea9adc9650398ca9ed89e7abc7adb9b5b565036c5
parent69b5c4a957067b3567d27746f3371313d39d5476
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