From 2a22160d984489d6c636b077cb55adb05e2879f5 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 9 Jul 2021 07:04:27 +0000 Subject: [PATCH] Bug 20817: (QA follow-up) Remove size=1 attribute Resolves QA warning, with reference to bug 28066. Line 345 of acqui/neworderempty.tt --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt index 43c6611f92..5e560db62b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -345,7 +345,7 @@ [% END %] [% IF ( iteminfo.marc_value.type == 'select' ) %] - [% FOREACH value IN iteminfo.marc_value.values %] [% IF ( value == iteminfo.marc_value.default ) %] -- 2.30.2