diff options
author | Mark Wells <mark@freeside.biz> | 2014-10-27 16:32:43 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-10-27 16:32:43 -0700 |
commit | 3e7b9c1a8ddbe9aabba470fc02041ad631cd9b8a (patch) | |
tree | 66fa613ade08f9c37de384b66e61819e6901b344 | |
parent | f974755f8ea10a94436bbac5707e79044d6c8aa2 (diff) |
typo, #30856
-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'} |