https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42789
--- Comment #9 from Kyle M Hall (khall) <[email protected]> --- Created attachment 201090 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201090&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 <[email protected]> Signed-off-by: Kyle M Hall <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
