summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main.cgi
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-06-14 14:05:53 -0700
committerIvan Kohler <ivan@freeside.biz>2015-06-14 14:05:53 -0700
commit99fa7a9f3c628a9a63983cafa131df9b331d30d6 (patch)
tree69d7dd1790738ab1cbbcb0c57a64b4f264e614f5 /httemplate/edit/cust_main.cgi
parentb6260b4f39cf34b9e0e5b8560ef88c8881ba0766 (diff)
better UI/label for flag to include service address on invoices, RT#29406
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
-rwxr-xr-xhttemplate/edit/cust_main.cgi5
1 files changed, 2 insertions, 3 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi
index 38bae4fa8..069414b11 100755
--- a/httemplate/edit/cust_main.cgi
+++ b/httemplate/edit/cust_main.cgi
@@ -80,13 +80,12 @@
&>
% unless ($conf->exists('invoice-ship_address')) { #it's always on, so hide per-cust config
<TR>
- <TD>&nbsp;</TD>
- <TD COLSPAN="7">
+ <TD COLSPAN="8">
<% include('/elements/checkbox.html',
'field' => 'invoice_ship_address',
'value' => 'Y',
'curr_value' => $cust_main->invoice_ship_address,
- 'postfix' => emt('included on invoices'),
+ 'postfix' => emt('Include service address on invoices'),
) %>
</TD>
</TR>