Browse Source

javascript redirect when selecting a patron on circulation.pl Patron Selection Screen

This adds a little javascript to the Patron Selection form input after searching for a patron to check out to.
On click it redirects to checking out to the clicked patron.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
3.2.x
Michael Hafen 16 years ago
committed by Galen Charlton
parent
commit
0506218f8b
  1. 1
      circ/circulation.pl

1
circ/circulation.pl

@ -525,6 +525,7 @@ 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

Loading…
Cancel
Save