This commit was manufactured by cvs2svn to create tag 'freeside_2_1_0'.
[freeside.git] / httemplate / edit / cust_main / birthdate.html
1 <% ntable("#cccccc", 2) %>
2   <% include ('/elements/tr-input-date-field.html',
3               'birthdate',
4               $cust_main->birthdate,
5               'Date of Birth',
6               $conf->config('date_format') || "%m/%d/%Y",
7               1)
8   %>
9 </TABLE>
10 <%init>
11
12 my( $cust_main, %opt ) = @_;
13 my $conf = new FS::Conf;
14
15 </%init>