From: Mark Wells Date: Mon, 27 Oct 2014 23:32:43 +0000 (-0700) Subject: typo, #30856 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=3e7b9c1a8ddbe9aabba470fc02041ad631cd9b8a typo, #30856 --- diff --git a/conf/invoice_html b/conf/invoice_html index 795242d5d..509bf950d 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -115,7 +115,7 @@ $OUT .= '

'; my $sectionhead; if ( $section->{'location'} ) { - $sectionhead .= $section->{'location'}{'label_prefix'}. ': '. + $sectionhead .= $section->{'location'}{'label_prefix'}. ': ' if length($section->{'location'}{'label_prefix'}); $sectionhead = $section->{'location'}{'address1'}; $sectionhead .= ', '.$section->{'location'}{'address2'}