From 540b33d8d5ce99f4202912cb1fc5789e0364855c 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 Content-Type: text/plain; charset=utf-8 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. Signed-off-by: Cab Vinton Signed-off-by: Marcel de Rooy --- 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