https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41834
--- Comment #10 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
