https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26933
--- Comment #7 from David Cook <[email protected]> --- (In reply to Owen Leonard from comment #6) > This patch is incomplete in that custom cover images (the CustomCoverImages > system preference) will not display in search results. opac-detail.tt has > access to biblio.custom_cover_image_url, but the same information isn't > available in search results as far as I can tell. > > I could use help exposing that information to the template. Prior to the patch, there was this line: [% SET custom_cover_image_url = SEARCH_RESULT.biblio_object.custom_cover_image_url %] I imagine you could bang that into a data attribute or something and then go over it in the Javascript? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
