From 9f140b9fd3beb580b7cefa61d3fedfd1aca57be1 Mon Sep 17 00:00:00 2001 From: miker Date: Mon, 5 Feb 2007 20:46:14 +0000 Subject: [PATCH] try this git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6890 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm index 2aaf8ae70d..b1e618beb5 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm @@ -511,7 +511,7 @@ sub patron_search { } my $order_by = join ', ', map { 'LOWER(users.'. (split / /,$_)[0] . ') ' . (split / /,$_)[1] } @$sort; - my $distinct_list = join ', ', map { 'users.'. (split / /, $_)[0] } @$sort; + my $distinct_by = join ', ', map { 'LOWER(users.'. (split / /,$_)[0] . ')' } @$sort; if ($inactive) { $inactive = ''; -- 2.11.0