summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorjeff <jeff>2006-10-24 18:26:38 +0000
committerjeff <jeff>2006-10-24 18:26:38 +0000
commitdf4a30e2813c3be288747cd2a5fa2fa3ed15a248 (patch)
tree1810f69b95bd2b624a74988132421399163f04b2 /httemplate/view
parent221ab7ff23a7d18668f589a4382780b00b351f12 (diff)
add customer signup date
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/misc.html5
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>