https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42789 --- Comment #6 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 200356 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200356&action=edit Bug 42789: Add tests for process_ordrsp() cancellation handling Tests verify that EDI ORDRSP cancellations now use Koha::Acquisition::Order->cancel() rather than a raw ModOrder call: - Order status, cancellation reason and date are set correctly - On-order items linked via aqorders_items are deleted - Purchase suggestions linked to the biblio are reverted from ORDERED back to ACCEPTED - Non-cancellation actions update suppliers_report only - Missing ordernumbers are handled gracefully without dying Sponsored-by: OpenFifth <https://openfifth.co.uk/> Signed-off-by: Sharon Dugdale <sharon.dugdale@cumberland.gov.uk> -- You are receiving this mail because: You are watching all bug changes.