]> git.koha-community.org Git - koha.git/commit
Bug 19024 Do not unset order cancelled status on basket close
authorColin Campbell <colin.campbell@ptfs-europe.com>
Wed, 2 Aug 2017 16:12:44 +0000 (17:12 +0100)
committerMason James <mtj@kohaaloha.com>
Tue, 24 Oct 2017 03:42:13 +0000 (16:42 +1300)
commit76fd41c9857e433206632ac0185aa03e4c6b5c31
tree9d0fea5320f9be427a0071bbb64da048e232a03b
parent3ebb4bd2e80f6bfd79c881fae2511645d1f80c11
Bug 19024 Do not unset order cancelled status on basket close

On closing a basket, status is updated to ordered for orders not
completed. However the operation  was resetting the status for
cancelled as well as new orders.
While display is correct from the basket view (it checks the
cancellation date). The status in the acquisitions tab from the
catalogue view reverts erroneously to ordered.

This patch adds cancelled to the statuses not updated on basket
close.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Mason James <mtj@kohaaloha.com>
C4/Acquisition.pm