diff options
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', |