]> git.koha-community.org Git - koha.git/commit
Bug 14299: Today's checkouts not always sorting correctly
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 29 May 2015 13:36:34 +0000 (09:36 -0400)
committerLiz Rea <wizzyrea@gmail.com>
Mon, 15 Jun 2015 21:12:16 +0000 (09:12 +1200)
commit433f4628b232058e90207b7b1c32c316b11450b1
treea58214b69b874c1e38806ade32eeb62c3e743fdf
parent7824fde152ca88c56af13564b065c06a3e2cb782
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>
Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 8e9f89e92b48f1aac786e9b5608338a14603f52f)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Liz Rea <wizzyrea@gmail.com>
svc/checkouts