[freeside-commits] branch FREESIDE_3_BRANCH updated. 98912ac0e8ca237cb9ce5a969f026a099b2954ea

Ivan ivan at 420.am
Sun Jun 14 14:05:58 PDT 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  98912ac0e8ca237cb9ce5a969f026a099b2954ea (commit)
      from  86febb0b6be50e2b237deb174a1f64aa347f4907 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 98912ac0e8ca237cb9ce5a969f026a099b2954ea
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Jun 14 14:05:56 2015 -0700

    better UI/label for flag to include service address on invoices, RT#29406

diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi
index 7343a9d..c36a6e4 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> </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>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/edit/cust_main.cgi |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)




More information about the freeside-commits mailing list