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

--- Comment #4 from Dobrica Pavlinusic <[email protected]> ---
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.
_______________________________________________
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