https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41834
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #195044|0 |1 is obsolete| | --- Comment #15 from David Cook <[email protected]> --- Created attachment 195111 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195111&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. Signed-off-by: David Cook <[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/
