From 42580cdd34e982f7dcb945b8eeae8ec787f9344d Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 19 Dec 2024 10:14:28 +0100 Subject: [PATCH] Bug 38713: html_helpers/tables/items/catalogue_detail.inc Signed-off-by: Phil Ringnalda Signed-off-by: Lucas Gass --- .../includes/html_helpers/tables/items/catalogue_detail.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 060d89dc3c6..c4cff843c00 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 @@ -9,6 +9,7 @@ [% BLOCK build_table %] + [% IF Koha.Preference('LocalCoverImages') %] @@ -63,7 +64,7 @@ - + [% END %] [% IF CAN_user_tools_items_batchmod %] @@ -72,7 +73,7 @@ - + [% END %] [% IF CAN_user_editcatalogue_manage_item_groups && biblio.item_groups.count %] -- 2.34.1
Cover image