https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29800 --- Comment #8 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 197917 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197917&action=edit Bug 29800: (QA follow-up) Fix sysprefs.sql ordering The previous patch inserted WhenLostUpdateFine between WhenLostChargeReplacementFee and WhenLostForgiveFine, breaking the alphabetical ordering of sysprefs.sql (bug 10610). Move it below WhenLostForgiveFine so the file remains sorted. Test plan: 1 - Open installer/data/mysql/mandatory/sysprefs.sql 2 - Confirm the WhenLost* entries now appear in alphabetical order: WhenLostChargeReplacementFee, WhenLostForgiveFine, WhenLostUpdateFine 3 - Run /kohadevbox/qa-test-tools/koha-qa.pl -c 3 -v 2 and confirm the sysprefs_order warning is gone. -- You are receiving this mail because: You are watching all bug changes.