diff options
author | jeff <jeff> | 2006-10-04 21:22:08 +0000 |
---|---|---|
committer | jeff <jeff> | 2006-10-04 21:22:08 +0000 |
commit | 3050434f62122e73d748dac26a5e70193b444c0a (patch) | |
tree | db86ba39f602dcd2dcbf9520002cc1703363583e /httemplate/view | |
parent | 30c3ff2acf90e1386fae00759078899c859faf36 (diff) |
DoB
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/cust_main/misc.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html index fc033b970..b0fab0300 100644 --- a/httemplate/view/cust_main/misc.html +++ b/httemplate/view/cust_main/misc.html @@ -1,6 +1,7 @@ % % my( $cust_main ) = @_; % my $conf = new FS::Conf; +% my $date_format = ($conf->config('date_format') || "%m/%d/%Y"); % @@ -90,5 +91,10 @@ <TD BGCOLOR="#ffffff"><% $cust_main->otaker %></TD> </TR> +<TR> + <TD ALIGN="right">Date of Birth</TD> + <TD BGCOLOR="#ffffff"><% $cust_main->birthdate ? time2str($date_format, $cust_main->birthdate) : '' %></TD> +</TR> + </TABLE></TD></TR></TABLE> |