Bug 12794

Summary: Check-in waiting forever on checkin for items due to past dates
Product: Koha Reporter: Tomás Cohen Arazi (tcohen) <tomascohen>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low CC: gmcharlt, jonathan.druart
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12795
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Tomás Cohen Arazi (tcohen) 2014-08-20 17:59:00 UTC
If you create a checkout with a due date in the past (I selected 2011-08-15), and try to check-in, the script keeps waiting forever. Teh following error is shown:

checkin: Invalid local time for date in time zone: America/Argentina/Cordoba

I'll fill a specific bug for that error. This one is for the ajax not receiving the failure notice.
Comment 1 Owen Leonard 2016-03-01 17:38:07 UTC
I can't reproduce this problem in 3.23.00.031. Here's what I tried:

1. Checked out an item, setting the due date to a date in the past.
2. In the updated list of checkouts I checked the checkbox in the "Check in" column and submitted. The AJAX check-in operation completed successfully.
Comment 2 Jonathan Druart 2016-03-08 10:03:27 UTC
That has certainly been fixed by a previous patches.