Alternate fix for Bug 2981, removing onclick redirect
authorOwen Leonard <oleonard@myacpl.org>
Mon, 13 Dec 2010 19:26:35 +0000 (14:26 -0500)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 14 Dec 2010 19:50:16 +0000 (08:50 +1300)
Signed-off-by: Nicole Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
circ/circulation.pl

index c4421ed..5069543 100755 (executable)
@@ -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