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

(-)a/C4/Search.pm (-6 lines)
Lines 1884-1894 sub searchResults { Link Here
1884
            }
1884
            }
1885
        }    # notforloan, item level and biblioitem level
1885
        }    # notforloan, item level and biblioitem level
1886
1886
1887
        # if all items are hidden, do not show the record
1888
        if ($items_count > 0 && $hideatopac_count == $items_count) {
1889
            next;
1890
        }
1891
1892
        my ( $availableitemscount, $onloanitemscount, $otheritemscount );
1887
        my ( $availableitemscount, $onloanitemscount, $otheritemscount );
1893
        for my $key ( sort keys %$onloan_items ) {
1888
        for my $key ( sort keys %$onloan_items ) {
1894
            (++$onloanitemscount > $maxitems) and last;
1889
            (++$onloanitemscount > $maxitems) and last;
1895
- 

Return to bug 8462