From 0ab06085c65f27d4520a26676b55a89be9a0f64c Mon Sep 17 00:00:00 2001 From: Alex Arnaud Date: Tue, 16 Jun 2015 10:05:16 +0200 Subject: [PATCH] Bug 12395: Make received orders table consistent with pending orders table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (links of More column) Also change "Created by" with "Ordered by" in receive page. Signed-off-by: Séverine QUEUNE Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 8 ++++++-- 2 files changed, 7 insertions(+), 3 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 d1d335d..5f4da97 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt @@ -174,7 +174,7 @@
  • (Current: [% budget_period_description %] - [% bookfund %])
  • - + [% IF creator and (creator.firstname or creator.surname) %] [% creator.firstname %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt index f6bbf9e..37a35af 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -226,7 +226,7 @@ Order line Holds Summary - View record + More Quantity Fund Est cost @@ -313,7 +313,11 @@ (suggestion #[% order.suggestionid %]) [% END %] - MARC | Card + + Order
    + MARC
    + Card + [% order.quantityreceived %] [% order.budget.budget_name %] [% order.ecost | $Price %] -- 2.1.4