Summary: | can't change receive date | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Acquisitions | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | major | ||
Priority: | P5 - low | CC: | chris, matthias.meusburger, mjr, paul.poulain |
Version: | 3.6 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 8201: Receive date not passed through correctly
[Signed-off] Bug 8201: Receive date not passed through correctly Bug 8201 [SIGNED-OFF] : Receive date not passed through correctly Bug 8201: Receive date not passed through correctly [3.6.x] Bug 8201: Receive date not passed through correctly [3.6.x] Bug 8201: Receive date not passed through correctly |
Description
Nicole C. Engard
2012-06-07 10:48:29 UTC
We had a library reporting this for 3.6.3 - didn't confirm it so far, but the report matches. Ok, found the problem, patch coming. Created attachment 10067 [details] [review] 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 Created attachment 10080 [details] [review] [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> Created attachment 10081 [details] [review] 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 <sophie.meynieux@biblibre.com> Created attachment 10097 [details] [review] 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: Sophie Meynieux <sophie.meynieux@biblibre.com> Signed-off-by: MJ Ray <mjr@phonecoop.coop> Trivial patch. Fixed whitespace and merged signed-offs QA comment: tiny patch that just replaces datereceived=[% loop_order.invoicedatereceived %] by datereceived=[% invoicedatereceived %] passed QA Not sure 3.8 is affected, but if it is, then worth pushing it onto stable From what I can tell 3.8 needs the patch too. Problem is also in 3.6.x too, but we might need slightly different patch, because of booksellerid=[% loop_order.booksellerid %]. Created attachment 10109 [details] [review] [3.6.x] Bug 8201: Receive date not passed through correctly Created attachment 10119 [details] [review] [3.6.x] Bug 8201: Receive date not passed through correctly Separate patch for 3.6.x because variable name got changed between versions. (supplieried instead of booksellerid) Signed-off-by: MJ Ray <mjr@phonecoop.coop> Pushed to 3.8.x will be in 3.8.2 This patch will be in 3.6.6. |