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

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

Return to bug 27058