summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-02-03 01:19:18 -0800
committerIvan Kohler <ivan@freeside.biz>2016-02-03 01:19:18 -0800
commit50fad7f5e30fe2d851782a00aedcbd51a5789a55 (patch)
treef9750d336c0278a943a245829f0273732fde3679
parent6cb39d4d4b641b2734b63539cf5ea710597cc205 (diff)
avoid distracting reflow
-rw-r--r--httemplate/edit/cust_main/name.html2
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>