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

(-)a/C4/Search.pm (-1 / +1 lines)
Lines 1804-1809 sub searchResults { Link Here
1804
            if ($is_opac) {
1804
            if ($is_opac) {
1805
                # hidden because lost
1805
                # hidden because lost
1806
                if ($hidelostitems && $item->{itemlost}) {
1806
                if ($hidelostitems && $item->{itemlost}) {
1807
                    push @hiddenitems, $item->{itemnumber};
1807
                    $hideatopac_count++;
1808
                    $hideatopac_count++;
1808
                    next;
1809
                    next;
1809
                }
1810
                }
1810
- 

Return to bug 30244