http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8110

--- Comment #35 from Dobrica Pavlinusic <[email protected]> ---
I have objection to code change:

-        $self->{day_month_closed_days}->{ $tuple->{day} }->{ $tuple->{month} }
=
+        $self->{day_month_closed_days}->{ $tuple->{month} }->{ $tuple->{day} }
=

which basically shifts values inside hash so that hey are in REVERSE from name!

This problem has to be solved in another part of code, see first patch at:
Bug 8418 - Koha::Calendar is_holiday ignores repeating holidays

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to