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