From a7d88b109d05dd092ef54551f9fd7d5bb1a25098 Mon Sep 17 00:00:00 2001 From: Janusz Kaczmarek Date: Thu, 27 Mar 2025 21:34:07 +0000 Subject: [PATCH] Bug 39476: In record editor control fields have a strange label '00' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In standard record editors both for bibliographic and authority records, the control fields have a strange label '00'. The code author's intention was apparently to hide them ([% IF ( subfield_loo.fixedfield ) %]display:none; [% END %]) but the fixedfield attribute is wrongly prefixed. Test plan: ========== 1. Open a bibliographic record in the standard editor. Note the misleading '00' labels in front of the 00X fields. Do the same for a authority record. 2. Aply the patch ; restart_all. 3. Repeat p. 1. There should not be the '00' labels any more. Sponsored-by: Pontificia Università di San Tommaso d'Aquino (Angelicum) --- .../intranet-tmpl/prog/en/modules/authorities/authorities.tt | 2 +- .../intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt index ef03bd0d5d..bccd02ced2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt @@ -681,7 +681,7 @@