diff options
author | ivan <ivan> | 2009-08-07 23:08:03 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-08-07 23:08:03 +0000 |
commit | c183de0b7e942672cafdc1c14a203e389ffd2c43 (patch) | |
tree | 87980978b6bd03281ac09538b0daed460bfb5a33 /httemplate/edit/cust_main.cgi | |
parent | 958afb8d05de67e12df258b57bedcf85028b6253 (diff) |
add ability to edit signup dates (turn on cust_main-edit_signupdate config), RT#4644
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
-rwxr-xr-x | httemplate/edit/cust_main.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 8b1d2b59c..15c9f45b2 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -56,7 +56,7 @@ % } % } -<BR><BR> +<BR> <FONT SIZE="+1"><B>Billing address</B></FONT> <% include('cust_main/contact.html', @@ -182,6 +182,7 @@ function samechanged(what) { <INPUT TYPE="hidden" NAME="otaker" VALUE="<% $cust_main->otaker %>"> +%# cust_main/bottomfixup.js % foreach my $hidden ( % 'payauto', % 'payinfo', 'payinfo1', 'payinfo2', 'paytype', |