From 06342748ce764c1e2185b31a76da340482dd36d7 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. Signed-off-by: Barbara Johnson Signed-off-by: Brendan Lawlor --- 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 a83a326999..be2953a45f 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 ) %]