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

(-)a/C4/Reserves.pm (-2 / +1 lines)
Lines 1368-1374 sub ItemsAnyAvailableAndNotRestricted { Link Here
1368
        # we can return (end the loop) when first one found:
1368
        # we can return (end the loop) when first one found:
1369
        return 1
1369
        return 1
1370
            unless $i->itemlost
1370
            unless $i->itemlost
1371
            || $i->notforloan > 0
1371
            || $i->notforloan
1372
            || $i->withdrawn
1372
            || $i->withdrawn
1373
            || $i->onloan
1373
            || $i->onloan
1374
            || IsItemOnHoldAndFound( $i->id )
1374
            || IsItemOnHoldAndFound( $i->id )
1375
- 

Return to bug 27058