diff options
-rw-r--r-- | httemplate/edit/cust_main/name.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main/name.html b/httemplate/edit/cust_main/name.html index 20258897d..9c6a24b56 100644 --- a/httemplate/edit/cust_main/name.html +++ b/httemplate/edit/cust_main/name.html @@ -36,7 +36,7 @@ ? 'required label' : 'label' %>">Email address(es)</SPAN> </TH> - <TD> + <TD COLSPAN=6> <INPUT TYPE="text" NAME="invoice_email" ID="invoice_email_input" SIZE=40 VALUE="<% $cust_main->invoicing_list_emailonly_scalar %>"> </TD> |