From: Ivan Kohler Date: Tue, 26 Feb 2013 03:31:02 +0000 (-0800) Subject: fix locale conf setting dropdown (RT#21054) X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=3cec6fec210ce9b7a5528e3c6a8d85e213a0883d;p=freeside.git fix locale conf setting dropdown (RT#21054) --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 93aa84b7a..809333c65 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2062,7 +2062,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; },