https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22514 Bug ID: 22514 Summary: Hardcoded value of 10 for return hour when calculating hourly loans affected by holidays Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Target Milestone: ---
From Koha/Calendar.pm:
if ( $unit eq 'hours' ) { # Fixed for legacy support. Should be set as a branch parameter my $return_by_hour = 10; $dt = $self->addHours($startdate, $add_duration, $return_by_hour); -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.