7 Oct
2025
7 Oct
'25
2:14 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35700 --- Comment #11 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Lisette Scheer from comment #9)
(In reply to Jonathan Druart from comment #8)
3. Shouldn't we actually use Koha::Calendar::next_open_days here?
Instead of next if $calendar->is_holiday($date_to_run); or instead of something else? addDays already uses next_open_days for calculating the date, we just need to not run it on days there's a holiday to prevent duplicates.
Yes, I think you are right. -- You are receiving this mail because: You are watching all bug changes.