summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-10-27 16:33:01 -0700
committerMark Wells <mark@freeside.biz>2014-10-27 16:33:01 -0700
commit1d04b2131e859c31a89a299e9fdfdfa39e200e03 (patch)
tree103c817a3e23b3fec577962ff1f1950b18c2ec1f /conf
parent27a6f17d1109cc1b77e7a70724a80859687e3148 (diff)
typo, #30856
Diffstat (limited to 'conf')
-rw-r--r--conf/invoice_html2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/invoice_html b/conf/invoice_html
index 795242d..509bf95 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'}