]> git.koha-community.org Git - koha.git/commit
Bug 26190: Allow to close a basket with only cancelled order lines
authorKatrin Fischer <katrin.fischer.83@web.de>
Sat, 17 Oct 2020 22:47:49 +0000 (22:47 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 16 Nov 2020 21:18:02 +0000 (21:18 +0000)
commit87cbd07be836291f860ecbd5cea5538863317164
tree84ac8beb2ef1481b30459de0baffc6e8d3cf65f7
parent7c505acfe4b7031a428ee95afaf3cacd6ccabdec
Bug 26190: Allow to close a basket with only cancelled order lines

At the moment there are several cases, when closing a basket is not
possible:
- when there are no order lines in it
- when there are order lines with uncertain prices
- when the basket is marked as a standing order

The first case wasn't checked correctly as only pending/received
orders would be counted, but not cancelled orders.

To test:
- Create a basket
- Create an order line
- Verify the "close this basket" button shows
- Cancel the order line - the button disappears
- Apply the patch
- Verify the button appears and works now
- Create another basket - make sure you cannot close it
  without order lines
- Create an order line with uncertain price checked
  - you cannot close it
- Resolve the uncertain price - you can now close the basket.

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 2d6595a1bf0e04611c2a1d5c18489c6ee799a9aa)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
acqui/basket.pl