From c4ea43f3dbe1f8d36086944d95c67a20c9caa894 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 13 Dec 2010 14:26:35 -0500 Subject: [PATCH] Alternate fix for Bug 2981, removing onclick redirect Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack --- circ/circulation.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index c4421edc06..50695439c5 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 -- 2.39.2