[freeside-commits] freeside/httemplate/edit cust_main.cgi, 1.70, 1.71

Jeff Finucane,420,, jeff at wavetail.420.am
Wed Nov 15 22:20:40 PST 2006


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail:/tmp/cvs-serv21828/httemplate/edit

Modified Files:
	cust_main.cgi 
Log Message:
switch birthdate to DateTime

Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main.cgi,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- cust_main.cgi	16 Oct 2006 17:13:51 -0000	1.70
+++ cust_main.cgi	16 Nov 2006 06:20:38 -0000	1.71
@@ -172,7 +172,8 @@
               'birthdate',
               $cust_main->birthdate,
               'Date of Birth',
-              $conf->config('date_format') || "%m/%d/%Y")
+              $conf->config('date_format') || "%m/%d/%Y",
+              1)
   %>
 
   </TABLE>



More information about the freeside-commits mailing list