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

(-)a/circ/circulation.pl (-2 lines)
Lines 524-530 if ($borrowerslist) { Link Here
524
        -id       => 'borrowernumber',
524
        -id       => 'borrowernumber',
525
        -values   => \@values,
525
        -values   => \@values,
526
        -labels   => \%labels,
526
        -labels   => \%labels,
527
	-onclick  => "window.location = '/cgi-bin/koha/circ/circulation.pl?borrowernumber=' + this.value;",
528
        -size     => 7,
527
        -size     => 7,
529
        -tabindex => '',
528
        -tabindex => '',
530
        -multiple => 0
529
        -multiple => 0
531
- 

Return to bug 2981