From 1cee38f26018953c29dfc6bbe2afcf70681de819 Mon Sep 17 00:00:00 2001
From: Owen Leonard <oleonard@myacpl.org>
Date: Tue, 18 May 2010 12:49:52 -0400
Subject: [PATCH] Alternate fix for Bug 2981, removing onclick redirect
Content-Type: text/plain; charset="utf-8"


Signed-off-by: Nicole Engard <nengard@bywatersolutions.com>
---
 circ/circulation.pl |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/circ/circulation.pl b/circ/circulation.pl
index c4421ed..5069543 100755
--- a/circ/circulation.pl
+++ b/circ/circulation.pl
@@ -493,7 +493,6 @@ if ($borrowerslist) {
         -id       => 'borrowernumber',
         -values   => \@values,
         -labels   => \%labels,
-	-onclick  => "window.location = '/cgi-bin/koha/circ/circulation.pl?borrowernumber=' + this.value;",
         -size     => 7,
         -tabindex => '',
         -multiple => 0
-- 
1.5.6.5