*** empty log message ***
[freeside.git] / FS / FS / Conf.pm
index fe5d5e1..72c643f 100644 (file)
@@ -1787,7 +1787,7 @@ httemplate/docs/config.html
   {
     'key'         => 'cust_main-disable_notes',
     'section'     => 'UI',
-    'description' => 'Disable new style customer notes - 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',
   },
 
@@ -1827,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',
+  },
 
 );