https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32928
--- Comment #7 from Andrii Nugged <[email protected]> --- Created attachment 203832 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203832&action=edit Bug 32928: Add regression tests for active order filtering TestBuilder generates values for omitted date columns, so the existing active-order fixtures do not reliably model orders without a cancellation date. Set cancellation dates explicitly. Cover ordered, partial and standing new orders whose cancellation date is set, while retaining normal active orders as controls. Add REST API coverage for the only_active query used by the Pending orders table and keep the full parcel embed path covered. Update the method documentation to include the cancellation-date condition. Test plan: 1. Run: prove t/db_dependent/Koha/Acquisition/Orders.t 2. Run: prove t/db_dependent/api/v1/acquisitions_orders.t Co-Authored-By: Loontik <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
