Bugzilla – Attachment 10080 Details for
Bug 8201
can't change receive date
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Signed-off] Bug 8201: Receive date not passed through correctly
Signed-off-Bug-8201-Receive-date-not-passed-throug.patch (text/plain), 1.68 KB, created by
Matthias Meusburger
on 2012-06-10 11:00:51 UTC
(
hide
)
Description:
[Signed-off] Bug 8201: Receive date not passed through correctly
Filename:
MIME Type:
Creator:
Matthias Meusburger
Created:
2012-06-10 11:00:51 UTC
Size:
1.68 KB
patch
obsolete
>From 1d8b06f78b5fd7f32adbe5d5f64075dd4dd5b118 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 10 Jun 2012 10:54:59 +0100 >Subject: [PATCH] [Signed-off] 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 > >Signed-off-by: Matthias Meusburger <matthias.meusburger@biblibre.com> >--- > .../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 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 @@ > <td>[% loop_order.ecost %]</td> > <td>[% loop_order.ordertotal %]</td> > <td> >- <a href="orderreceive.pl?ordernumber=[% loop_order.ordernumber %]&datereceived=[% loop_order.invoicedatereceived %]&invoice=[% loop_order.invoice %]&gst=[% loop_order.gst %]&freight=[% loop_order.freight %]&booksellerid=[% loop_order.booksellerid %]">Receive</a> >+ <a href="orderreceive.pl?ordernumber=[% loop_order.ordernumber %]&datereceived=[% invoicedatereceived %]&invoice=[% invoice %]&gst=[% loop_order.gst %]&freight=[% loop_order.freight %]&booksellerid=[% loop_order.booksellerid %]">Receive</a> > > </td> > <td> >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8201
:
10067
|
10080
|
10081
|
10097
|
10109
|
10119