From 02def9e4f66898c7730933bcb86d75b098ff80b1 Mon Sep 17 00:00:00 2001 From: David Cook Date: Fri, 27 Jun 2025 00:19:29 +0000 Subject: [PATCH] Bug 36947: (QA follow-up) Fix hash key name for locale-list syspref type Signed-off-by: David Cook --- admin/preferences.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/preferences.pl b/admin/preferences.pl index fdeefc3302..6b8fe83021 100755 --- a/admin/preferences.pl +++ b/admin/preferences.pl @@ -126,7 +126,7 @@ sub _get_chunk { # Dynamic locale detection for facet sorting using Koha::I18N require Koha::I18N; - $chunk->{'choices'} = Koha::I18N::available_locales(); + $chunk->{'CHOICES'} = Koha::I18N::available_locales(); $chunk->{'type'} = 'select'; } elsif ( $options{'choices'} ) { my $add_blank; -- 2.39.5