From 5b5a50f0cdfed4c960f844dc3dd7db149af2b5d7 Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 30 May 2024 04:16:56 +0000 Subject: [PATCH] Bug 36966: Actually fix data-link for local cover images Signed-off-by: David Nind Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer --- .../en/includes/html_helpers/tables/items/catalogue_detail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc index 66b06094c8..4d23b75103 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc @@ -327,7 +327,7 @@ row.cover_image_ids.forEach(id => { node += ''; }); -- 2.39.5