From ed722f8b442554c51c6a2c3871bd5cf9332d5761 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 26 Jun 2018 13:05:42 +0000 Subject: [PATCH] Bug 20507: Shelf browser does not update image sources when paging This patch updates the shelfbrowser include so that the system preference check for Coce will function correctly. To test, apply the patch and test the OPAC shelf browser with each of the enhanced content options enabled: Coce, Amazon, Google. In each case, page through the shelf browser to confirm that covers load correctly. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/shelfbrowser.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/shelfbrowser.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/shelfbrowser.tt index 50e2b40..6af6d66 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/shelfbrowser.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/shelfbrowser.tt @@ -1,2 +1,3 @@ +[% USE Koha %] [% PROCESS 'shelfbrowser.inc' %] [% INCLUDE shelfbrowser %] -- 2.1.4