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

(-)a/C4/SIP/ILS/Patron.pm (-1 / +1 lines)
Lines 347-352 sub excessive_fines { Link Here
347
}
347
}
348
348
349
sub holds_blocked_by_excessive_fees {
349
sub holds_blocked_by_excessive_fees {
350
    my $self = shift;
350
    return ( $self->fee_amount
351
    return ( $self->fee_amount
351
          && $self->fee_amount > C4::Context->preference("maxoutstanding") );
352
          && $self->fee_amount > C4::Context->preference("maxoutstanding") );
352
}
353
}
353
- 

Return to bug 10445