From ca50cf47d4e56490e8008d9aad57fe133eecef9c Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 17 Oct 2011 22:04:53 +0200 Subject: [PATCH] Bug 7049: [SIGNED-OFF] Item form on order receive has lots of blank space The item form on the order receive page (AcqCreateItem = on receive) contains a lot of blank space which makes it hard to read and fill out. To test: - set AcqCreateItem = on receive - create basket, order something, receive shipment - check item form is nicely formatted and doesn't include lots of blank space Note: It will be easier to test if you have an ACQ framework created to hide some unnecessary subfields, because the hidden fields create the blank space. Signed-off-by: Magnus Enger Created an ACQ framework and hid some of the fields (hidden = 5). Before the patch there were gaps between the fields as shown in the screenshot from Katrin. After the patch fields line up nicely, with no extra space between them. --- .../prog/en/modules/acqui/orderreceive.tt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt index 746155f..7147b19 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt @@ -45,8 +45,8 @@ [% FOREACH item IN items %]
-
    [% FOREACH iteminformatio IN item.iteminformation %]
  1. -
    +
      [% FOREACH iteminformatio IN item.iteminformation %]
    1. +
      [% iteminformatio.marc_value %] -- 1.7.5.4