summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main/top_misc.html
diff options
context:
space:
mode:
authorivan <ivan>2009-08-07 23:08:03 +0000
committerivan <ivan>2009-08-07 23:08:03 +0000
commitc183de0b7e942672cafdc1c14a203e389ffd2c43 (patch)
tree87980978b6bd03281ac09538b0daed460bfb5a33 /httemplate/edit/cust_main/top_misc.html
parent958afb8d05de67e12df258b57bedcf85028b6253 (diff)
add ability to edit signup dates (turn on cust_main-edit_signupdate config), RT#4644
Diffstat (limited to 'httemplate/edit/cust_main/top_misc.html')
-rw-r--r--httemplate/edit/cust_main/top_misc.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main/top_misc.html b/httemplate/edit/cust_main/top_misc.html
index 5aaa0b0..0410506 100644
--- a/httemplate/edit/cust_main/top_misc.html
+++ b/httemplate/edit/cust_main/top_misc.html
@@ -71,6 +71,16 @@
<INPUT TYPE="hidden" NAME="referral_custnum" VALUE="">
% }
+%# signup date
+% if ( $conf->exists('cust_main-edit_signupdate') ) {
+ <% include('/elements/tr-input-date-field.html', {
+ 'name' => 'signupdate',
+ 'value' => $cust_main->signupdate,
+ 'label' => 'Signup date',
+ 'format' => $conf->config('date_format') || "%m/%d/%Y",
+ })
+ %>
+% }
</TABLE>