http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8348 Priority: P5 - low Change sponsored?: --- Bug ID: 8348 CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Assignee: koha-bugs@lists.koha-community.org Summary: useDaysMode syspref does not apply Severity: critical Classification: Unclassified OS: All Reporter: koha@univ-lyon3.fr Hardware: All Status: NEW Version: master Component: Circulation Product: Koha Created attachment 10619 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10619&action=edit useDaysMode syspref does not apply correct an incorrect sql parameter and an inverted key/value hash in Calendar.pm subroutines. Consider that the following line in _is holiday subroutine : $dt->truncate( to => 'day' ); is still corrected by the patch : Bug 8251 - Follow up, use 'day' instead of 'day' for Datetime::truncate http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10418 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.