From 5556814b7ff65b0a4837390be9331e1841189427 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 25 Oct 2014 12:08:01 -0700 Subject: user-defined site ID / location codes per location, RT#30856, RT#27545 --- conf/invoice_html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/invoice_html') 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 .= '

'; 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'}); -- cgit v1.2.1