View | Details | Raw Unified | Return to bug 2981
Collapse All | Expand All

(-)a/circ/circulation.pl (-2 lines)
Lines 493-499 if ($borrowerslist) { Link Here
493
        -id       => 'borrowernumber',
493
        -id       => 'borrowernumber',
494
        -values   => \@values,
494
        -values   => \@values,
495
        -labels   => \%labels,
495
        -labels   => \%labels,
496
	-onclick  => "window.location = '/cgi-bin/koha/circ/circulation.pl?borrowernumber=' + this.value;",
497
        -size     => 7,
496
        -size     => 7,
498
        -tabindex => '',
497
        -tabindex => '',
499
        -multiple => 0
498
        -multiple => 0
500
- 

Return to bug 2981