https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16376
--- Comment #8 from David Cook <[email protected]> --- (In reply to Tomás Cohen Arazi from comment #7) > If you write a patch, I write regression tests for it :-) Thanks, Tomas :). Used 'grep -l -R "Koha::Calendar" * --exclude-dir="blib" | xargs grep "exception_holidays"' to try to find everything using Koha::Calendar and exception_holidays... looks like it's only Koha::Calendar. Looks like it's only Koha::Calendar::exeption_holidays() and Koha::Calendar::is_holiday() as well. I'm sure this issue pervades Koha, but perhaps we can resolve the problem in this particular piece of it... -- 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/
