Summary: | On cancelling receipt, the order is still listed in the received orders | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Acquisitions | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | paola.rossi |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8230 | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 11128: On cancelling receipt, the order is still listed in the received orders
On cancelling receipt, the order is still listed in the received orders [PASSED QA] Bug 11128: On cancelling receipt, the order is still listed in the received orders |
Description
Jonathan Druart
2013-10-24 10:22:59 UTC
Created attachment 22350 [details] [review] Bug 11128: On cancelling receipt, the order is still listed in the received orders Cause: The list of received orders is built *before* cancelling the receipt! Test plan: 0/ don't apply the patch 1/ create a basket 2/ create an order with 3 items 3/ receive 1 item 4/ cancel the receipt => The order is still listed in the received orders table! 5/ apply the patch 6/ do again steps 1 to 4 => The order is not listed in the received orders table. Created attachment 22388 [details] [review] On cancelling receipt, the order is still listed in the received orders the patch is applied again master 3.13.00.032. I sign off the patch. Created attachment 22437 [details] [review] [PASSED QA] Bug 11128: On cancelling receipt, the order is still listed in the received orders Cause: The list of received orders is built *before* cancelling the receipt! Test plan: 0/ don't apply the patch 1/ create a basket 2/ create an order with 3 items 3/ receive 1 item 4/ cancel the receipt => The order is still listed in the received orders table! 5/ apply the patch 6/ do again steps 1 to 4 => The order is not listed in the received orders table. Signed-off-by: Paola Rossi <paola.rossi@cineca.it> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Works as described and passes all tests and QA script. |