https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43108 --- Comment #18 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 205497 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=205497&action=edit Bug 43108: (QA follow-up) Test that cancelled/completed bookings don't block availability _mark_bookings excludes cancelled and completed bookings from the conflict/blocker calculation (status => { -not_in => [...] }), but no existing fixture ever created a booking in either of those statuses, so the exclusion itself was unverified. Flipping -not_in to -in would currently pass every test in this file. Add a case with one active, one cancelled and one completed booking on otherwise-identical items, asserting the active booking still blocks while the other two don't. Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.