From: Ivan Kohler Date: Fri, 30 Jun 2017 18:22:25 +0000 (-0700) Subject: prevent unnecessary wrapping X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=ea5b53b9d78b3c3dbff5fb81aa2a16ba88d19d2f;p=freeside.git prevent unnecessary wrapping --- diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html index 8936569ce..e1e4b6d90 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'; }