diff options
Diffstat (limited to 'conf/invoice_html')
-rw-r--r-- | conf/invoice_html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/invoice_html b/conf/invoice_html index 35de6cf09..795242d5d 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -115,6 +115,8 @@ $OUT .= '<p class="allcaps"><b>'; my $sectionhead; if ( $section->{'location'} ) { + $sectionhead .= $section->{'location'}{'label_prefix'}. ': '. + if length($section->{'location'}{'label_prefix'}); $sectionhead = $section->{'location'}{'address1'}; $sectionhead .= ', '.$section->{'location'}{'address2'} if length($section->{'location'}{'address2'}); |