[Koha-bugs] [Bug 8110] Fines accruing on closed days

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 11 19:34:43 CEST 2012


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

--- Comment #35 from Dobrica Pavlinusic <dpavlin at rot13.org> ---
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.


More information about the Koha-bugs mailing list