From e236b5cd00af04c97d6745d1f75576ce05e18b5d 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 Content-Type: text/plain; charset=utf-8 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 Signed-off-by: David Nind Signed-off-by: Marcel de Rooy --- .../value_builder/unimarc_field_135a.tt | 30 +++++++++++++++++++ 1 file changed, 30 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 6e3c569beb..84ee5f9268 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,36 @@ [% 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.39.5