From: Ivan Kohler Date: Tue, 26 Feb 2013 03:11:32 +0000 (-0800) Subject: fix locale conf setting dropdown (RT#21054) X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=cfbb20e147b2ab9f8fac33d24e62887d0d71df1c;p=freeside.git fix locale conf setting dropdown (RT#21054) --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index ad308f3e7..c0c7c03d1 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1987,7 +1987,7 @@ and customer address. Include units.', 'key' => 'locale', 'section' => 'UI', 'description' => 'Default locale', - 'type' => 'select', + 'type' => 'select-sub', 'options_sub' => sub { map { $_ => FS::Locales->description($_) } FS::Locales->locales; },