http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8418 --- Comment #4 from Dobrica Pavlinusic <dpavlin@rot13.org> --- Created attachment 10774 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10774&action=edit Bug 8418 - single_holidays DateTime::Set We where cargo-culting code from C4::Calendar, but in the process code executed same SQL query with isexceptional flag set each time. This basically disabled all entries on calendar without it, which is somewhat of a problem, since users currently can't add entry which does have isexception bit set. There is really no need for two separate DateTime::Set objects, since code for them is same if we remove isexception from query. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.