From fc468c43bb91abdcd9b9909bdde2947d7d2c36f3 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 2 Apr 2024 13:22:59 +0200 Subject: [PATCH] Bug 33568: Add hint on the table settings admin page MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Laurence Rault Signed-off-by: Emily Lamancusa Signed-off-by: Tomás Cohen Arazi Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/admin/columns_settings.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt index 279de81c18..b53ed05053 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt @@ -35,6 +35,8 @@ [% IF pagename == 'additem' AND tablename == 'itemst' %]
Changes made below will only apply to item subfields that are mapped to the 'items' table. Go to Koha to MARC mapping
+ [% ELSIF pagename == 'detail' AND ( tablename == 'holdings_table' || tablename == 'otherholdings_table' ) %] +
Please note that if a field is not used on the first page of items in the holdings table, it will be automatically hidden from display and can be made visible on demand. You can still use the column configuration to permanently hide columns from the holdings table.
[% END %]
-- 2.39.5