Bug 8348

Summary: useDaysMode syspref does not apply
Product: Koha Reporter: Koha Team University Lyon 3 <koha>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact:
Severity: critical    
Priority: P1 - high CC: chris, gmcharlt, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8110
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 8418    
Bug Blocks:    
Attachments: useDaysMode syspref does not apply

Description Koha Team University Lyon 3 2012-07-03 08:35:49 UTC
Created attachment 10619 [details] [review]
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
Comment 1 Chris Cormack 2012-07-03 08:47:26 UTC
Hi Koha Team Lyon 3

You might like to take a look at bug 8110, this has a fix for the same issue, it might be that you could sign off on that, and help get that in and mark this a duplicate of that?
Comment 2 Chris Cormack 2012-08-19 08:00:35 UTC

*** This bug has been marked as a duplicate of bug 8110 ***