From 1dac1a5b7cd2557e4e55f0a74deb9cad8201b162 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 1 Dec 2022 17:40:30 +0000 Subject: [PATCH] Bug 32389: Fix Syndetics link on staff results page To test: 1. Have SyndeticsCoverImages on and Syndetics setup. 2. Do a search that will return some results with Syndetics images 3. Click on the image link and you will get a 404 4. Apply patch 5. Link works! Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 2fec6d32b8de403b66b0c06b331528c6946025ed) Signed-off-by: Martin Renvoize (cherry picked from commit 852b0060cc84bccd0bd0517959fba78f66040429) Signed-off-by: Lucas Gass --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt index ae78e1652e..18d21be10e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -461,7 +461,7 @@ [% IF ( SyndeticsCovers ) %] [% IF ( SEARCH_RESULT.normalized_isbn || SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_oclc ) %]
- + Cover from Syndetics
Syndetics cover image
-- 2.39.5