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

Jonathan Druart <[email protected]> changed:

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

--- Comment #10 from Jonathan Druart <[email protected]> 
---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to