17 Feb
2021
17 Feb
'21
8:02 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26274 --- Comment #26 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 116939 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116939&action=edit Bug 26274: (QA follow-up) Fix the order of summary groups The grouped income/outgoing summaries were not being explicitly ordered and it appears the default ordering for MySQL 8 is different to that of MariaDB and previous versions of MySQL and as such was causing test failures for that version. This patch adds an explicit sort on the 'description' for each debit_type and credit_type grouping. -- You are receiving this mail because: You are watching all bug changes.