From 049e832a0f4c7b7599fafff4610924cee6c5594f 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. --- 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 51c89e767f..34cd7900d6 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.30.2