@@ -, +, @@ --- C4/Search.pm | 1 + 1 file changed, 1 insertion(+) --- a/C4/Search.pm +++ a/C4/Search.pm @@ -1804,6 +1804,7 @@ sub searchResults { if ($is_opac) { # hidden because lost if ($hidelostitems && $item->{itemlost}) { + push @hiddenitems, $item->{itemnumber}; $hideatopac_count++; next; } --