diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-02-25 19:11:32 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-02-25 19:11:32 -0800 |
| commit | cfbb20e147b2ab9f8fac33d24e62887d0d71df1c (patch) | |
| tree | bcbb604d0dc57f71768b4305b90365bf1ac0939c /FS | |
| parent | 02ef2771a6a932b2add68f65d80eb85a63123cd2 (diff) | |
fix locale conf setting dropdown (RT#21054)
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; }, |
