From df4a30e2813c3be288747cd2a5fa2fa3ed15a248 Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 24 Oct 2006 18:26:38 +0000 Subject: add customer signup date --- httemplate/view/cust_main/misc.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'httemplate/view/cust_main') 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 @@ <% $cust_main->otaker %> + + Signup Date + <% $cust_main->signupdate ? time2str($date_format, $cust_main->signupdate) : '' %> + + % if ( $conf->exists('cust_main-enable_birthdate') ) { -- cgit v1.2.1