From b01cf7616974d9451243b33bee48868dd01d1b2f 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 68053999835..46fe280370a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -342,7 +342,7 @@ [% END %] [% IF ( iteminfo.marc_value.type == 'select' ) %] - [% FOREACH value IN iteminfo.marc_value.values %] [% IF ( value == iteminfo.marc_value.default ) %] -- 2.30.2