From 7b654fa4a9c8a1a9b35e2340b457c11b24713392 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 10 Jun 2012 10:54:59 +0100 Subject: [PATCH] Bug 8201 [SIGNED-OFF] : Receive date not passed through correctly All orders were received with today's date instead of the receive date given with the invoice number. To test: 1) Add an order with a few order lines 2) Create a new invoice, receive date != today's date 3) Start receiving orders, check date on receive screens is correct Signed-off-by: Sophie Meynieux --- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 beb4e2d..4b76476 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -259,7 +259,7 @@ [% loop_order.ecost %] [% loop_order.ordertotal %] - Receive + Receive -- 1.7.5.4