https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43493 --- Comment #4 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Narrowing this bug's scope back down: the CalcDateDue switch and the library_hours migration/drop have moved into Bug 43492 (see comment there), landing together with the schema/facade rather than as a separate follow-up - this avoids a real intermediate-state problem where the admin UI and circulation would read two different, drifting copies of the data between the two bugs landing. This bug is now just the Calendar linkage: Koha::Library->opening_hours composing with Koha::Library->calendar->is_holiday so opening-hours checks correctly report closed on a calendar closure day regardless of configured hours, resolving Bug 36079. Still depends on Bug 43492, still testable via an actual due date calculation (through the facade CalcDateDue already uses). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.