]> git.koha-community.org Git - koha.git/commit
Bug 13020 - Checkouts table default ordering is incorrect
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 1 Oct 2014 12:25:02 +0000 (08:25 -0400)
committerMason James <mtj@kohaaloha.com>
Thu, 22 Jan 2015 17:51:37 +0000 (06:51 +1300)
commite89b490843f91301cc726457290b66e9b62cf2ac
tree11f0f45437c896d0dbff015834138ea7fba771e0
parentc60fecc92f003bac0b7d6f0a087ed9fc947173f3
Bug 13020 - Checkouts table default ordering is incorrect

The checkouts table is no longer keeping "today's checkouts" in the
order they were scanned.

Test Plan:
1) Create 3 records "Test 1", "Test 2" and "Test 3" each with one item
2) Check out the items to a patron in the order "Test 2", "Test 1", "Test 3".
3) Note the order is incorrect.
4) Apply this patch
5) Refresh the page
6) Note the order is now correct

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Note that the bug already exists before bug 12550. I checked on a 3.14.x
branch (without the ajax circ stuff), and the order is the same as with
this patch.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Conflicts:
koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js
koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js
svc/checkouts