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>
Sun, 22 May 2016 03:51:00 +0000 (23:51 -0400)
commit30e4f03cd5faad3613d455f93833484da3026d3f
treecc335c64928184a62be4da36fc93c100ed899ee6
parent93145be2dbf71bf91a5f851f4effa80ea12d3bb7
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