https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39476
--- Comment #1 from Janusz Kaczmarek <[email protected]> --- Created attachment 179816 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179816&action=edit Bug 39476: In record editor control fields have a strange label '00' 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) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
