From 16753c750d97385ad243329aa6a1328352749bb1 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 29 Apr 2013 15:17:39 -0700 Subject: [PATCH] Revert "Bug 6554 Followup for circulation patron search" This reverts commit f257944d10c2660e7d7297768af314985c80a1c7. Rolling back bug 6554 work until we have more comprehensive tests. --- circ/circulation.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index b664d4989a..ef0edf7cf8 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -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'); -- 2.20.1