[Koha-bugs] [Bug 26274] Expose cash register cashup summaries via an API route.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 17 16:02:41 CET 2021


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

--- Comment #26 from Martin Renvoize <martin.renvoize at 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.


More information about the Koha-bugs mailing list