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

(-)a/opac/opac-reserve.pl (-2 lines)
Lines 351-357 if ( $borr->{lost} && ($borr->{lost} == 1) ) { Link Here
351
    );
351
    );
352
}
352
}
353
353
354
my $patron = Koha::Patrons->find( $borrowernumber );
355
if ( $patron->is_debarred ) {
354
if ( $patron->is_debarred ) {
356
    $noreserves = 1;
355
    $noreserves = 1;
357
    $template->param(
356
    $template->param(
358
- 

Return to bug 17738