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

(-)a/C4/Search.pm (+2 lines)
Lines 2308-2313 sub searchResults { Link Here
2308
            $oldbiblio->{'alternateholdings_count'} = $alternateholdingscount;
2308
            $oldbiblio->{'alternateholdings_count'} = $alternateholdingscount;
2309
        }
2309
        }
2310
2310
2311
        $oldbiblio->{biblio_object} = Koha::Biblios->find( $oldbiblio->{biblionumber} );
2312
2311
        push( @newresults, $oldbiblio );
2313
        push( @newresults, $oldbiblio );
2312
    }
2314
    }
2313
2315
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-1 / +9 lines)
Lines 310-315 Link Here
310
                                                        [% END %]
310
                                                        [% END %]
311
                                                    [% END %]
311
                                                    [% END %]
312
312
313
                                                    [% IF Koha.Preference('OPACCustomCoverImages') AND Koha.Preference('CustomCoverImagesURL') %]
314
                                                         [% IF ( OPACURLOpenInNewWindow ) %]
315
                                                            <a href="[% SEARCH_RESULT.biblio_object.custom_cover_image_url | url %]" target="_blank" rel="noreferrer"><img alt="Cover image" src="[% SEARCH_RESULT.biblio_object.custom_cover_image_url | url %]" /></a>
316
                                                        [% ELSE %]
317
                                                            <a href="[% SEARCH_RESULT.biblio_object.custom_cover_image_url | url %]"><img alt="Cover image" src="[% SEARCH_RESULT.biblio_object.custom_cover_image_url | url %]" /></a>
318
                                                        [% END %]
319
                                                    [% END %]
320
321
313
                                                    [% IF ( IDreamBooksResults && SEARCH_RESULT.normalized_isbn ) %]
322
                                                    [% IF ( IDreamBooksResults && SEARCH_RESULT.normalized_isbn ) %]
314
                                                        <div class="idbresult" style="display: none;">
323
                                                        <div class="idbresult" style="display: none;">
315
                                                            [% IF ( IDreamBooksReviews ) %]
324
                                                            [% IF ( IDreamBooksReviews ) %]
316
- 

Return to bug 22445