summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-02-03 01:19:16 -0800
committerIvan Kohler <ivan@freeside.biz>2016-02-03 01:19:16 -0800
commit067302fb06457b79308c1f2333b9d64d59c4a45c (patch)
tree1c670f65c37dd54aba62cff7358ba82f1a597ad8 /httemplate/edit/cust_main
parent713deef64494b66f5b86e11bc32176e3367cc55a (diff)
avoid distracting reflow
Diffstat (limited to 'httemplate/edit/cust_main')
-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>