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

(-)a/C4/Reserves.pm (-2 / +1 lines)
Lines 1514-1520 sub IsAvailableForItemLevelRequest { Link Here
1514
        foreach my $i (@items) {
1514
        foreach my $i (@items) {
1515
            $any_available = 1
1515
            $any_available = 1
1516
              unless $i->itemlost
1516
              unless $i->itemlost
1517
              || $i->{notforloan} > 0
1517
              || $i->notforloan > 0
1518
              || $i->withdrawn
1518
              || $i->withdrawn
1519
              || $i->onloan
1519
              || $i->onloan
1520
              || IsItemOnHoldAndFound( $i->id )
1520
              || IsItemOnHoldAndFound( $i->id )
1521
- 

Return to bug 18015