This commit was generated by cvs2svn to compensate for changes in r4888,
[freeside.git] / FS / FS / Conf.pm
index bafdd79..c592bac 100644 (file)
@@ -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',
+                     ],
   },
 
   {
@@ -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',
+  },
 
 );