https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 --- Comment #15 from M. Tompsett <mtompset@hotmail.com> --- Created attachment 66041 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66041&action=edit [SIGNED-OFF] 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> -- You are receiving this mail because: You are watching all bug changes.