From 499f80077f3402270c2160370cc4421081eee458 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 3 Sep 2020 12:52:28 +0000 Subject: [PATCH] Bug 26368: Add OCLC options to marc21_leader.tt See documentation at: https://www.oclc.org/bibformats/en/fixedfield/elvl.html To test: 1 - Apply patch 2 - Edit a record 3 - Edit the leader 4 - Note the new options 5 - Set the value of encodign level to the new options and save 6 - Edit again 7 - Confirm the value is displayed correctly selected --- .../cataloguing/value_builder/marc21_leader.tt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt index 74833e77cf..514b4a6643 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt @@ -236,6 +236,26 @@ [% ELSE %] [% END %] + [% IF ( f17I ) %] + + [% ELSE %] + + [% END %] + [% IF ( f17J ) %] + + [% ELSE %] + + [% END %] + [% IF ( f17K ) %] + + [% ELSE %] + + [% END %] + [% IF ( f17K ) %] + + [% ELSE %] + + [% END %] [% IF ( f17u ) %] [% ELSE %] -- 2.11.0