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

(-)a/C4/Search.pm (+2 lines)
Lines 2319-2324 sub searchResults { Link Here
2319
            $oldbiblio->{'alternateholdings_count'} = $alternateholdingscount;
2319
            $oldbiblio->{'alternateholdings_count'} = $alternateholdingscount;
2320
        }
2320
        }
2321
2321
2322
        $oldbiblio->{biblio_object} = Koha::Biblios->find( $oldbiblio->{biblionumber} );
2323
2322
        push( @newresults, $oldbiblio );
2324
        push( @newresults, $oldbiblio );
2323
    }
2325
    }
2324
2326
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-1 / +9 lines)
Lines 320-325 Link Here
320
                                                        [% END %]
320
                                                        [% END %]
321
                                                    [% END %]
321
                                                    [% END %]
322
322
323
                                                    [% IF Koha.Preference('OPACCustomCoverImages') AND Koha.Preference('CustomCoverImagesURL') %]
324
                                                         [% IF ( OPACURLOpenInNewWindow ) %]
325
                                                            <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>
326
                                                        [% ELSE %]
327
                                                            <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>
328
                                                        [% END %]
329
                                                    [% END %]
330
331
323
                                                    [% IF ( IDreamBooksResults && SEARCH_RESULT.normalized_isbn ) %]
332
                                                    [% IF ( IDreamBooksResults && SEARCH_RESULT.normalized_isbn ) %]
324
                                                        <div class="idbresult" style="display: none;">
333
                                                        <div class="idbresult" style="display: none;">
325
                                                            [% IF ( IDreamBooksReviews ) %]
334
                                                            [% IF ( IDreamBooksReviews ) %]
326
- 

Return to bug 22445