[Koha-patches] [PATCH] Alternate fix for Bug 2981, removing onclick redirect

Nicole Engard nengard at bywatersolutions.com
Mon Dec 13 20:26:35 CET 2010


From: Owen Leonard <oleonard at myacpl.org>


Signed-off-by: Nicole Engard <nengard at 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



More information about the Koha-patches mailing list