---
C4/Search.pm | 5 -----
1 file changed, 5 deletions(-)
diff --git a/C4/Search.pm b/C4/Search.pm
index 7c20780..97d7d15 100644
--- a/C4/Search.pm
+++ b/C4/Search.pm
@@ -1884,11 +1884,6 @@ sub searchResults {
}
} # notforloan, item level and biblioitem level
- # if all items are hidden, do not show the record
- if ($items_count > 0 && $hideatopac_count == $items_count) {
- next;
- }
-
my ( $availableitemscount, $onloanitemscount, $otheritemscount );
for my $key ( sort keys %$onloan_items ) {
(++$onloanitemscount > $maxitems) and last;
--
1.7.9.5
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/