From 3d14636d62eed23b3aff9433003d8e69977b47c8 Mon Sep 17 00:00:00 2001 From: Andreas Roussos Date: Mon, 14 Sep 2020 09:59:34 +0200 Subject: [PATCH] Bug 26450: fix typo in plugin template The UNIMARC field 105 plugin template contains some dropdown menu options with unnecessary capitalisation: "w - Religious text". This patch fixes that. Test plan: apply the patch, and confirm that the dropdown menu options appear in all lowercase. --- .../cataloguing/value_builder/unimarc_field_105.tt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_105.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_105.tt index af3d62d604..bedad774ac 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_105.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_105.tt @@ -523,9 +523,9 @@ [% END %] [% IF ( f5w ) %] - + [% ELSE %] - + [% END %] [% IF ( f5z ) %] @@ -661,9 +661,9 @@ [% END %] [% IF ( f6w ) %] - + [% ELSE %] - + [% END %] [% IF ( f6z ) %] @@ -798,9 +798,9 @@ [% END %] [% IF ( f7w ) %] - + [% ELSE %] - + [% END %] [% IF ( f7z ) %] @@ -935,9 +935,9 @@ [% END %] [% IF ( f8w ) %] - + [% ELSE %] - + [% END %] [% IF ( f8z ) %] -- 2.11.0