From 062cda474a09494325b69c95bbd1f95799044993 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. Signed-off-by: Cab Vinton Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize --- 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 50e2b40671..6af6d6675c 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.20.1