@@ -, +, @@ a - one checked out, one available b - both marked lost c - both damaged d - both withdrawn e - both notforloan --- Koha/SearchEngine/Elasticsearch.pm | 3 --- 1 file changed, 3 deletions(-) --- a/Koha/SearchEngine/Elasticsearch.pm +++ a/Koha/SearchEngine/Elasticsearch.pm @@ -782,9 +782,6 @@ sub marc_records_to_documents { biblionumber => $biblionumber, onloan => undef, notforloan => 0, - withdrawn => 0, - itemlost => 0, - damaged => 0 })->count; $record_document->{available} = $avail_items ? \1 : \0; --