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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 9 Nov 2015 15:07:28 +0000 (12:07 -0300)
commit307fe0ac533c2dc8116a183d104c864717a91fc5
tree5f339ccd52e176c66ec9893f7d9cfa9734de9161
parent384dceeef583c444ac8350c928a2e1aed34e536b
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>
C4/Members.pm