http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14299 --- Comment #4 from Marc Véron <veron@veron.ch> --- Created attachment 39743 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39743&action=edit [Signed-off] Bug 14299 - Today's checkouts not always sorting correctly Sometimes the today's checkouts do not sort correctly. This is due to a simple typo 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 Followed test plan. Works as expected. Signed-off-by: Marc Véron <veron@veron.ch> -- You are receiving this mail because: You are watching all bug changes.