http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8182 Priority: P5 - low Change sponsored?: --- Bug ID: 8182 Assignee: gmcharlt@gmail.com Summary: Problem with overdue fine calculations after upgrade Severity: enhancement Classification: Unclassified OS: All Reporter: kyle.m.hall@gmail.com Hardware: All Status: NEW Version: master Component: Database Product: Koha Items that were overdue and still out as of 5/26 (date of Upgrade) were charged overdue fines as of 5/26. When the items DO come back, the overdue fines are calculated again from the due date to the date of checkin. Therefore the patron is being charged double overdue fines from the original date up to 5/26. This is caused by issues.date_due being changed to a datetime, with the hour/minute/secons time portion defaulting to 00:00:00. It should be 23::50::00 instead. -- You are receiving this mail because: You are watching all bug changes.