diff options
author | Mark Wells <mark@freeside.biz> | 2014-10-27 16:33:01 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-10-27 16:33:01 -0700 |
commit | 1d04b2131e859c31a89a299e9fdfdfa39e200e03 (patch) | |
tree | 103c817a3e23b3fec577962ff1f1950b18c2ec1f /conf | |
parent | 27a6f17d1109cc1b77e7a70724a80859687e3148 (diff) |
typo, #30856
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'} |