11 Jul
2012
11 Jul
'12
6:34 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8110 --- Comment #35 from Dobrica Pavlinusic <dpavlin@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.