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

(-)a/Koha/SearchEngine/Elasticsearch.pm (-1 / +2 lines)
Lines 928-933 sub marc_records_to_documents { Link Here
928
                    {
928
                    {
929
                        biblionumber => $biblionumber,
929
                        biblionumber => $biblionumber,
930
                        onloan       => undef,
930
                        onloan       => undef,
931
                        notforloan   => { '<=' => 0 },
932
                        withdrawn    => 0,
931
                        itemlost     => 0,
933
                        itemlost     => 0,
932
                    }
934
                    }
933
                )->count;
935
                )->count;
934
- 

Return to bug 37680