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

(-)a/Koha/SearchEngine/Elasticsearch.pm (-4 lines)
Lines 782-790 sub marc_records_to_documents { Link Here
782
                    biblionumber => $biblionumber,
782
                    biblionumber => $biblionumber,
783
                    onloan       => undef,
783
                    onloan       => undef,
784
                    notforloan   => 0,
784
                    notforloan   => 0,
785
                    withdrawn    => 0,
786
                    itemlost     => 0,
787
                    damaged      => 0
788
                })->count;
785
                })->count;
789
786
790
                $record_document->{available} = $avail_items ? \1 : \0;
787
                $record_document->{available} = $avail_items ? \1 : \0;
791
- 

Return to bug 25375