This commit was generated by cvs2svn to compensate for changes in r11022,
[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   %>
10 </TABLE>
11 <%init>
12
13 my( $cust_main, %opt ) = @_;
14 my $conf = new FS::Conf;
15
16 </%init>