From 6d84627006fb5782c10da2a29fc825c4aaab666f Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 17 Apr 2023 17:41:02 +0000 Subject: [PATCH] Bug 29993: Show Syndetics covers when using shelfbrowser controls 1. Have items that include itemcallnumber. 2. Enable OPACShelfBrowser. 3. Enable SyndeticsCoverImages and SyndeticsEnabled. 4. Go the an OPAC detail page and open the shelf browser. 5. Use the Next/Previous buttons. 6. Notice that no Syndetics images populate after using Next/Previous buttons. 7. Apply patch and try again, cover images for Syndetics should be generating. Signed-off-by: Barbara Johnson Rebased-by: Victor Grousset/tuxayo Signed-off-by: Victor Grousset/tuxayo --- koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc index 7f6048836d..78c6139142 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc @@ -43,7 +43,7 @@ [% IF ( SyndeticsEnabled ) %] [% IF ( SyndeticsCoverImages ) %] - [% IF ( content_identifier_exists ) %] + [% IF ( item.browser_normalized_isbn ) %] [% ELSE %] No cover image available -- 2.40.1