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)
committerFrédéric Demians <f.demians@tamil.fr>
Sun, 29 Nov 2015 20:39:18 +0000 (21:39 +0100)
commiteea56d412461d9b673306697dcf5335d8686afc8
treef2b2b8398bd94f7a2783b4728a3908ea6f0363b6
parent868bdc355d9f5d7e098fd00eff2fbc29597659c7
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>
C4/Members.pm