From 62155ac14c0c05631a923252bd33e26a67c335f9 Mon Sep 17 00:00:00 2001 From: Thibaud Guillot Date: Wed, 26 Oct 2022 14:31:29 +0200 Subject: [PATCH] Bug 31987: Update plugin unimarc_field_110 fields According to https://www.ifla.org/wp-content/uploads/U_B_110_update2021_ONLINE_FINAL.pdf Test plan: 1) Be sure to manage unimarc 110 field in your bibliographic framework 2) Edit a record and click on plugin unimarc_110_field input to see new select values Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi https://bugs.koha-community.org/show_bug.cgi?id=31881 --- .../value_builder/unimarc_field_110.tt | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_110.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_110.tt index 6c398fca76..23d1e119c9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_110.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_110.tt @@ -33,6 +33,51 @@ [% 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 ( f1m ) %] + + [% ELSE %] + + [% END %] + [% IF ( f1n ) %] + + [% ELSE %] + + [% END %] [% IF ( f1z ) %] @@ -135,6 +180,11 @@ [% ELSE %] [% END %] + [% IF ( f2p ) %] + + [% ELSE %] + + [% END %] [% IF ( f2u ) %] [% ELSE %] -- 2.39.5