From 1d04b2131e859c31a89a299e9fdfdfa39e200e03 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 27 Oct 2014 16:33:01 -0700 Subject: [PATCH] typo, #30856 --- conf/invoice_html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= '

'; 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'} -- 2.11.0