Bugzilla – Attachment 10097 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]
Bug 8201: Receive date not passed through correctly
Bug-8201-Receive-date-not-passed-through-correctly.patch (text/plain), 1.73 KB, created by
MJ Ray (software.coop)
on 2012-06-10 13:12:06 UTC
(
hide
)
Description:
Bug 8201: Receive date not passed through correctly
Filename:
MIME Type:
Creator:
MJ Ray (software.coop)
Created:
2012-06-10 13:12:06 UTC
Size:
1.73 KB
patch
obsolete
>From 45cc74ea6f603e38a5e0b8a817ab86f29de63b54 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] 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> >Signed-off-by: MJ Ray <mjr@phonecoop.coop> >--- > .../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 4ddfc7d..f89ecba 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 @@ > <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.2.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