summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-06-14 14:05:56 -0700
committerIvan Kohler <ivan@freeside.biz>2015-06-14 14:05:56 -0700
commit98912ac0e8ca237cb9ce5a969f026a099b2954ea (patch)
treef8d45b50e79043b8afff37fbd4f3508ca90ad9e1
parent86febb0b6be50e2b237deb174a1f64aa347f4907 (diff)
better UI/label for flag to include service address on invoices, RT#29406
-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 7343a9d16..c36a6e4b7 100755
--- a/httemplate/edit/cust_main.cgi
+++ b/httemplate/edit/cust_main.cgi
@@ -84,13 +84,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>