https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40022

--- Comment #11 from Martin Renvoize (ashimema) 
<[email protected]> ---
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 <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to