From 99573078bfaf1e4f4ef692dfb8973865a32f92f1 Mon Sep 17 00:00:00 2001 From: George Veranis Date: Wed, 22 Apr 2020 11:43:53 +0200 Subject: [PATCH] Bug 19312: Fix typo in template This patch fixes a simple typo Test plan: 1) Go to Administration -> MARC bibliographic framework 2) Select a framework and add plugin unimarc_field_121a.pl to 121 field 3) Open cataloguing screen 4) Go to 121 field and check if for subfield a shows two times the value 2-dimensional 5) Apply the patch 6) Go to 121 field again and check if it shows 2 different values Mentored-by: Andreas Roussos Signed-off-by: Bernardo Gonzalez Kriegel Change is correct, fixed tab chars. Signed-off-by: Katrin Fischer --- .../prog/en/modules/cataloguing/value_builder/unimarc_field_121a.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121a.tt index 26ec46b9d2..8c9fe29583 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121a.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121a.tt @@ -19,9 +19,9 @@ [% END %] [% IF ( f1b ) %] - + [% ELSE %] - + [% END %] -- 2.11.0