Bug 14687: Patron's transaction history changes items' order after paying fines.
authorJoonas Kylmälä <j.kylmala@gmail.com>
Mon, 17 Aug 2015 12:40:05 +0000 (12:40 +0000)
committerLiz Rea <wizzyrea@gmail.com>
Thu, 10 Dec 2015 01:59:32 +0000 (14:59 +1300)
commit9aa9a8ef3770a6a6845f37b90bbbdd8feada9c93
tree5b8adef0ebc8aab3ecb18b3024ef121d96d0561a
parent3c27f9c8c63122801770d794b4f5ebe7dbfd7353
Bug 14687: Patron's transaction history changes items' order after paying fines.

Sorts Patron's accounting data consistently from newest to oldest.
It doesn't depend on anymore to timestamp (which can be same for multiple
entries) from database but instead uses accountline's id to sort.

Signed-off-by: Liz Rea <liz@catalyst.net.nz>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 307fe0ac533c2dc8116a183d104c864717a91fc5)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
(cherry picked from commit eea56d412461d9b673306697dcf5335d8686afc8)
Signed-off-by: Liz Rea <wizzyrea@gmail.com>
C4/Members.pm