From: Fernando Kiernan Date: Sat, 18 Jan 2014 19:46:46 +0000 (-0300) Subject: - Allow en_US on available locales list. X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f133a533e3b0b8e0a6cac03d7f38765ab44df9fd - Allow en_US on available locales list. --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 773a157a2..bf457623f 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5434,7 +5434,6 @@ and customer address. Include units.', 'multiple' => 1, 'options_sub' => sub { map { $_ => FS::Locales->description($_) } - grep { $_ ne 'en_US' } FS::Locales->locales; }, 'option_sub' => sub { FS::Locales->description(shift) },