better UI/label for flag to include service address on invoices, RT#29406
authorIvan Kohler <ivan@freeside.biz>
Sun, 14 Jun 2015 21:05:56 +0000 (14:05 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 14 Jun 2015 21:05:56 +0000 (14:05 -0700)
httemplate/edit/cust_main.cgi

index 7343a9d..c36a6e4 100755 (executable)
       &>
 % 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>