From 569b4fb4dea447b36ebba3657bc1e42d7358eb27 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 16 Dec 2022 13:14:51 +0000 Subject: [PATCH] Bug 20473: Whitespace Signed-off-by: David Nind --- .../prog/en/modules/acqui/addorderiso2709.tt | 102 +++++++++--------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt index 2e82165802..1337f402b0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt @@ -371,60 +371,60 @@ [% IF ( items ) %] -
-

Item information

-

Import all the checked items in the basket with the following parameters:

+
+

Item information

+

Import all the checked items in the basket with the following parameters:

-
- Item - [% IF ( NoACQframework ) %] -
No ACQ framework, using default. You should create a framework with code ACQ, the items framework would be used
- [% END %] -
- [% FOREACH item IN items %] -
-
-
    - [% FOREACH iteminformatio IN item.iteminformation %] -
  1. -
    - [% IF (iteminformatio.mandatory) %] - - [% ELSE %] - - [% END %] +
    + Item + [% IF ( NoACQframework ) %] +
    No ACQ framework, using default. You should create a framework with code ACQ, the items framework would be used
    + [% END %] +
    + [% FOREACH item IN items %] +
    +
    +
      + [% FOREACH iteminformatio IN item.iteminformation %] +
    1. +
      + [% IF (iteminformatio.mandatory) %] + + [% ELSE %] + + [% END %] - [% IF ( iteminformatio.marc_value.type == 'select' ) %] - + [% FOREACH value IN iteminformatio.marc_value.values %] + [% IF ( value == iteminformatio.marc_value.default ) %] + + [% ELSE %] + + [% END %] [% END %] - [% END %] - - [% ELSE %] - [% iteminformatio.marc_value | $raw %] - [% END %] - - - - - - [% IF ( iteminformatio.mandatory ) %] - Required - [% END %] -
      -
    2. - [% END %] -
    -
    -
    - [% END #/FOREACH item %] -
    -
    -
    + + [% ELSE %] + [% iteminformatio.marc_value | $raw %] + [% END %] + + + + + + [% IF ( iteminformatio.mandatory ) %] + Required + [% END %] +
+ + [% END %] + +
+
+ [% END #/FOREACH item %] +
+ +
[% END # /IF items %]
-- 2.30.2