27 Jun
2025
27 Jun
'25
12:33 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40022 --- Comment #11 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 183597 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183597&action=edit Bug 40022: (follow-up) Use numerical sort We were using template toolkits `sort` which is a string sort and as such some of our version strings were being sorted incorrectly. This patch simply switched to template toolkits `nsort` to force a numeric sorting which corrects the reverse version sorting for display. Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.