[Koha-bugs] [Bug 27442] Overdues report uses 23:59:00 on To date filter

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 22 10:00:45 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27442

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |In Discussion

--- Comment #10 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
We have other places in the code where we ->set_minute(59) and does not care
about the seconds. I don't think this patch should be pushed as it without
knowing why there are possibly checkouts created with 59 in the seconds part.

Also, one place in C4::Circ is doing:
3704         $hardduedate->truncate( to => 'minute' );
3705         $hardduedate->set_hour(23);
3706         $hardduedate->set_minute(59);


Kelly, Andrew, can you give us more info please?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list