diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/invoice_html | 2 |
1 files changed, 1 insertions, 1 deletions
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 .= '<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'} |