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)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 9 Aug 2018 11:36:58 +0000 (11:36 +0000)
commitfe6cb85c5580b582a0047769d88be23757df0ef5
tree01aea06df1f06871a79017ea82b9870a4bcdcfd4
parentaf82a1d59709d02b767613539146b59fa10c3ab3
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>
Koha/Patron.pm