https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43492 --- Comment #5 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 205326 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=205326&action=edit Bug 43492: Add Koha::Library::OpeningHours object classes Adds Koha::Library::OpeningHours::Slot / Slots (Koha::Object(s) over library_opening_hours, validating weekday range, the open/close/link combination, and the type against OPENING_HOURS_TYPE) and the Koha::Library::OpeningHours facade (mirroring Koha::Library::Calendar), which resolves closes_opening_id links and per-type fallback into plain weekly intervals for is_open_at/next_change. Koha::Library->opening_hours and Calendar-aware availability checks are added in Bug 43493. -- You are receiving this mail because: You are watching all bug changes.