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

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

Return to bug 30244