X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=72c643f3c665d6bb828271347d15bfb4c66cfbe9;hb=fd76d85b82f8ab6917218c7fcb015f4e72216f9a;hp=c956b5b0c2eaacc390956a623089b30e83d7b497;hpb=22c70177969f30e2e419b32cb5d475c143f10b12;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index c956b5b0c..72c643f3c 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -415,8 +415,12 @@ httemplate/docs/config.html { 'key' => 'date_format', 'section' => 'UI', - 'description' => 'format code for displaying dates with Date::Format::time2str', - 'type' => 'text', + 'description' => 'Format for displaying dates', + 'type' => 'select', + 'select_hash' => [ + '%m/%d/%Y' => 'MM/DD/YYYY', + '%Y/%m/%d' => 'YYYY/MM/DD', + ], }, { @@ -1781,9 +1785,9 @@ httemplate/docs/config.html }, { - 'key' => 'cust_main-use_notes', + 'key' => 'cust_main-disable_notes', 'section' => 'UI', - 'description' => 'Display link to add timestamped and user identified customr notes. Useful in tracking who did what.', + 'description' => 'Disable new style customer notes - timestamped and user identified customer notes. Useful in tracking who did what.', 'type' => 'checkbox', }, @@ -1823,6 +1827,12 @@ httemplate/docs/config.html 'type' => 'text', }, + { + 'key' => 'cust_main-enable_birthdate', + 'section' => 'UI', + 'descritpion' => 'Enable tracking of a birth date with each customer record', + 'type' => 'checkbox', + }, );