[Bug 12795] New: Check-in breaks on for items due to past dates
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12795 Bug ID: 12795 Summary: Check-in breaks on for items due to past dates Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com If you create a checkout with a due date in the past (I selected 2011-08-15), and try to check-in, it fails loudly on 3.16.2: Software error: Invalid local time for date in time zone: America/Argentina/Cordoba The problem is hidden on master and 3.16.x because of another bug (Bug 12794) on AJAX, that keeps waiting even when the checkin script failed. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12795 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=12794 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12795 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- my $dt = DateTime->new( year => 2011, month => 8, day => 15, hour => 23, minute => 59, second => 0, time_zone => 'America/Argentina/Cordoba'); Seems good. Maybe it's fixed by bug 12699. If not, please provide more information (parameters passed to dt_from_string or DateTime->new) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org