Revert "Bug 6554 Followup for circulation patron search"
authorGalen Charlton <gmc@esilibrary.com>
Mon, 29 Apr 2013 22:17:39 +0000 (15:17 -0700)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 29 Apr 2013 22:17:39 +0000 (15:17 -0700)
This reverts commit f257944d10c2660e7d7297768af314985c80a1c7.

Rolling back bug 6554 work until we have more comprehensive tests.

circ/circulation.pl

index b664d49..ef0edf7 100755 (executable)
@@ -24,7 +24,6 @@
 use strict;
 use warnings;
 use CGI;
-
 use C4::Output;
 use C4::Print;
 use C4::Auth qw/:DEFAULT get_session/;
@@ -103,7 +102,6 @@ our %return_failed = ();
 for (@failedreturns) { $return_failed{$_} = 1; }
 
 my $findborrower = $query->param('findborrower') || q{};
-utf8::decode($findborrower);
 $findborrower =~ s|,| |g;
 my $borrowernumber = $query->param('borrowernumber');