https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43492 --- Comment #14 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 205375 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=205375&action=edit Bug 43492: Add Koha::Library opening hours accessors, remove Koha::Library::Hour(s) Adds Koha::Library->opening_hours (the facade, for querying/managing hours) and Koha::Library->library_opening_hours (a plain Koha::Objects accessor over all of a library's slots, mirroring the shape of the old library_hours accessor - used for the REST API embed). Removes the now-unused Koha::Library->library_hours accessor and the Koha::Library::Hour(s) classes entirely, following how Bug 42310 fully replaced the old Koha::Calendar namespace rather than keeping a compat shim. -- You are receiving this mail because: You are watching all bug changes.