[freeside-commits] branch FREESIDE_2_3_BRANCH updated. cfbb20e147b2ab9f8fac33d24e62887d0d71df1c
Ivan
ivan at 420.am
Mon Feb 25 19:11:35 PST 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via cfbb20e147b2ab9f8fac33d24e62887d0d71df1c (commit)
from 02ef2771a6a932b2add68f65d80eb85a63123cd2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cfbb20e147b2ab9f8fac33d24e62887d0d71df1c
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Feb 25 19:11:32 2013 -0800
fix locale conf setting dropdown (RT#21054)
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index ad308f3..c0c7c03 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;
},
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Conf.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list