typo, #30856
authorMark Wells <mark@freeside.biz>
Mon, 27 Oct 2014 23:32:43 +0000 (16:32 -0700)
committerMark Wells <mark@freeside.biz>
Mon, 27 Oct 2014 23:32:43 +0000 (16:32 -0700)
conf/invoice_html

index 795242d..509bf95 100644 (file)
           $OUT .= '<p class="allcaps"><b>';
           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'}