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

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

Return to bug 27058