[freeside-commits] freeside/FS/FS Conf.pm,1.164,1.165

Ivan,,, ivan at wavetail.420.am
Mon Oct 16 10:10:48 PDT 2006


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv8514/FS/FS

Modified Files:
	Conf.pm 
Log Message:
add a conf checkbox to turn DOB on

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- Conf.pm	9 Oct 2006 05:05:15 -0000	1.164
+++ Conf.pm	16 Oct 2006 17:10:46 -0000	1.165
@@ -1827,7 +1827,11 @@
     'type'        => 'text',
   },
 
-
+  {
+    'key'         => 'cust_main-enable_birthdate',
+    'section'     => 'UI',
+    'descritpion' => 'Enable tracking of a birth date with each customer record',
+    'type'        => 'checkbox',
 );
 
 1;



More information about the freeside-commits mailing list