[freeside-commits] branch master updated. cb58923b11e5eab5e5212972da7a67beb018b905

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


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

    prevent unnecessary wrapping

diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html
index 072270e..d690290 100644
--- a/httemplate/elements/contact.html
+++ b/httemplate/elements/contact.html
@@ -171,7 +171,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