10 Mar
2026
10 Mar
'26
8:30 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41834 --- Comment #10 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 195044 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195044&action=edit Bug 41834: Fix order of underscore In the previous tests we had: $b =~ s/_/ZZZ/g; # mysql sorts underscore last, if you modify this qa-test-tools will need adjustments But this is wrong, try: select variable from systempreferences; and confirm that hide_marc is before hidelostitems and that intranet_includes is before IntranetAddMastheadLibraryPulldown We will deal with qa-test-tools once this is pushed. -- You are receiving this mail because: You are watching all bug changes.