From 471492f1b9b3bc649322c072483f598841949fa0 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 30 Apr 2025 15:58:30 +0000 Subject: [PATCH] Bug 39582: Syndetics support for UPC and OCLC numbers on OPAC results page To test: 1. Enable Syndetics 2. Have a record with an 024 and 1st indicator. 3. Do a search to return the record from step 3. 4. The image does not display. 5. APPLY PATCH 6. Try step 3 again, this time the cover image should display properly on the OPAC results page. --- koha-tmpl/opac-tmpl/bootstrap/en/includes/cover-images.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/cover-images.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/cover-images.inc index a83a3269994..be2953a45f7 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/cover-images.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/cover-images.inc @@ -31,13 +31,13 @@ [% END %] [% IF ( SyndeticsCoverImages ) %] - [% IF ( SEARCH_RESULT.normalized_isbn ) %] + [% IF ( SEARCH_RESULT.normalized_isbn || SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_oclc ) %]
Syndetics cover image -- 2.39.5