From e8345fa1b00c1d34dc0c856690166552e3eb59b8 Mon Sep 17 00:00:00 2001 From: Didier Gautheron Date: Thu, 7 Nov 2024 14:32:35 +0100 Subject: [PATCH] Bug 28075: Add missing UNIMARC coded data 135a This patch add more values to selection of 135a in UNIMARC Test Plan: 1) Add on default framework the field 135a and check the Editor option 2) Set on plugin section the value of unimarc_field_135a.pl 3) Open cataloguing editor and use 135 field tag editor to select a value 4) Apply patch 5) Open cataloguing editor and use 135 field tag editor to select a value, after patch you have more options to select --- .../value_builder/unimarc_field_135a.tt | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_135a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_135a.tt index 6e3c569b..67ffeb45 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_135a.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_135a.tt @@ -43,6 +43,41 @@ [% ELSE %] [% END %] + [% IF ( f1d ) %] + + [% ELSE %] + + [% END %] + [% IF ( f1e ) %] + + [% ELSE %] + + [% END %] + [% IF ( f1f ) %] + + [% ELSE %] + + [% END %] + [% IF ( f1g ) %] + + [% ELSE %] + + [% END %] + [% IF ( f1h ) %] + + [% ELSE %] + + [% END %] + [% IF ( f1i ) %] + + [% ELSE %] + + [% END %] + [% IF ( f1j ) %] + + [% ELSE %] + + [% END %] [% IF ( f1u ) %] [% ELSE %] -- 2.30.2