From 49fc46a0c0e8dfa557bb3c247640c893829d88c7 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 18 May 2010 12:49:52 -0400 Subject: [PATCH] Alternate fix for Bug 2981, removing onclick redirect --- circ/circulation.pl | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index 4b67920..ac00ab0 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -524,7 +524,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.7.0.4