From 9776a91655f0138779d3225a046754bf2dec2683 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 31 Oct 2011 00:21:27 +0100 Subject: [PATCH] Bug 7116: White space on item form for bulk ordering from staged file Same fix that was done for normal order page and receive page. Moving the style element for hiding the subfield into the li tag. AcqCreateItem = on order To recreate: 1) stage a marc file with 1 - many records 2) make sure you have an acq framework with hidden fields in 952 3) create new basket 4) order from your marc file 5) check item form below the record list for white space --- .../prog/en/modules/acqui/addorderiso2709.tt | 4 ++-- 1 files changed, 2 insertions(+), 2 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 dd864cf..9723094 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt @@ -125,8 +125,8 @@ [% FOREACH item IN items %]
-
    [% FOREACH iteminformatio IN item.iteminformation %]
  1. -
    +
      [% FOREACH iteminformatio IN item.iteminformation %]
    1. +
      [% iteminformatio.marc_value %] -- 1.7.5.4