http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14299 --- Comment #1 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 39687 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39687&action=edit Bug 14299 - Today's checkouts not always sorting correctly Sometimes the today's checkouts do not sort correctly. This is due to a simple type in the comparison line where the bad key 'timstamp' is compared against the correct key 'timestamp'. Test Plan: 1) Check out a decent number of items in a row ( 5+ ) 2) Hopefully you will see they are sorted incorrectly 3) Apply this patch 4) Reload the page 5) Note they are now sorted correctly -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.