Bug 18635: Koha::Patron->guarantees() should return results alphabetically
authorNick Clemens <nick@bywatersolutions.com>
Fri, 19 May 2017 01:08:22 +0000 (21:08 -0400)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 10 Aug 2018 08:14:41 +0000 (09:14 +0100)
commit74a2565c99dc92e390950c7ce340202efba2161c
tree22a84bf24c6c10488c9ab9ad4cd9329c3e1ce6ab
parent9a6ed1c852c00644349597e59a369bef5a19d9a1
Bug 18635: Koha::Patron->guarantees() should return results alphabetically

To test:
1 - Add the same guarantor to a number of patrons, ensuring random order
alphabetically
2 - View the guarantors record, note unordered list of guarantees
3 - Apply patch
4 - Guarantees are alphabetical

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit fe6cb85c5580b582a0047769d88be23757df0ef5)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Patron.pm