diff options
author | jeff <jeff> | 2006-10-24 18:26:38 +0000 |
---|---|---|
committer | jeff <jeff> | 2006-10-24 18:26:38 +0000 |
commit | df4a30e2813c3be288747cd2a5fa2fa3ed15a248 (patch) | |
tree | 1810f69b95bd2b624a74988132421399163f04b2 /httemplate/view | |
parent | 221ab7ff23a7d18668f589a4382780b00b351f12 (diff) |
add customer signup date
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/cust_main/misc.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html index fdc5ba4ea..414ef44a8 100644 --- a/httemplate/view/cust_main/misc.html +++ b/httemplate/view/cust_main/misc.html @@ -91,6 +91,11 @@ <TD BGCOLOR="#ffffff"><% $cust_main->otaker %></TD> </TR> + <TR> + <TD ALIGN="right">Signup Date</TD> + <TD BGCOLOR="#ffffff"><% $cust_main->signupdate ? time2str($date_format, $cust_main->signupdate) : '' %></TD> + </TR> + % if ( $conf->exists('cust_main-enable_birthdate') ) { <TR> |