From 6e62e1c3764774259059f8633805f76b64e5f7a1 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 17 Oct 2011 22:04:53 +0200 Subject: [PATCH] Bug 7049: 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. --- .../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