https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41728 --- Comment #61 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 197685 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197685&action=edit Bug 41728: (QA follow-up) Move Item::Checkin::Availability to Availability::Checkin Co-locate the check-in availability checker with Koha::Result::Availability under a unified Koha::Availability::* namespace. This sets up a consistent home for future parallel checkers (Checkout, Hold, Renewal) rather than scattering them as single-file directories under Koha::Item::*. The $item->checkin_availability convenience method on Koha::Item is preserved; only its internal delegation target changes. Renames: Koha::Item::Checkin::Availability -> Koha::Availability::Checkin Koha/Item/Checkin/Availability.pm -> Koha/Availability/Checkin.pm t/db_dependent/Koha/Item/Checkin/Availability.t -> t/db_dependent/Koha/Availability/Checkin.t Test plan: prove t/db_dependent/Koha/Availability/Checkin.t prove t/db_dependent/Circulation/Returns.t Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.