[freeside-commits] freeside/httemplate/edit/process cust_main.cgi,
1.24, 1.25
Jeff Finucane,420,,
jeff at wavetail.420.am
Sun Oct 8 21:27:19 PDT 2006
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail:/tmp/cvs-serv27507
Modified Files:
cust_main.cgi
Log Message:
more BoD
Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cust_main.cgi,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- cust_main.cgi 28 Aug 2006 13:52:31 -0000 1.24
+++ cust_main.cgi 9 Oct 2006 04:27:17 -0000 1.25
@@ -53,6 +53,10 @@
% );
%}
%
+%if ( $cgi->param('birthdate') && $cgi->param('birthdate') =~ /^([ 0-9\-\/]{0,10})$/ ) {
+% $new->setfield('birthdate', str2time($1));
+%}
+%
%$new->setfield('paid', $cgi->param('paid') )
% if $cgi->param('paid');
%
More information about the freeside-commits
mailing list