From 67db727b10f62e84bbcee7b0627d46687a66e401 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 10 Jun 2012 10:54:59 +0100 Subject: [PATCH] Bug 8201: 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 --- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a5d3e1a..e560a4e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -258,7 +258,7 @@ [% loop_order.ecost %] [% loop_order.ordertotal %] - Receive + Receive -- 1.7.9.5