@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/admin/columns_settings.tt | 2 ++ 1 file changed, 2 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt +++ a/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 %]
--