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

Owen Leonard oleonard at myacpl.org
Tue May 18 18:52:06 CEST 2010


---
 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




More information about the Koha-patches mailing list