[freeside-commits] branch FREESIDE_4_BRANCH updated. ea5b53b9d78b3c3dbff5fb81aa2a16ba88d19d2f

Ivan ivan at 420.am
Fri Jun 30 11:22:26 PDT 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  ea5b53b9d78b3c3dbff5fb81aa2a16ba88d19d2f (commit)
      from  3209e0bdd610d4b5475782794bdfef1edd1038cd (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 ea5b53b9d78b3c3dbff5fb81aa2a16ba88d19d2f
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Jun 30 11:22:25 2017 -0700

    prevent unnecessary wrapping

diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html
index 8936569..e1e4b6d 100644
--- a/httemplate/elements/contact.html
+++ b/httemplate/elements/contact.html
@@ -165,7 +165,7 @@ tie my %label, 'Tie::IxHash',
 ;
 
 unless ($opt{'for_prospect'}) {
-  $label{'invoice_dest'} = 'Send invoices';
+  $label{'invoice_dest'} = 'Send invoices';
   $label{'selfservice_access'} = 'Self-service';
 }
 

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

Summary of changes:
 httemplate/elements/contact.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list