X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=conf%2Finvoice_latex;h=6a5b53dd5ff0b28449a6650a4fbb3d451d85fc8e;hb=5556814b7ff65b0a4837390be9331e1841189427;hp=70b36b13dfdbf0c0a9ec2da57e4d8b6d36c883fc;hpb=55753aaf5b1189c06a99fe5e0791fc33316df06f;p=freeside.git diff --git a/conf/invoice_latex b/conf/invoice_latex index 70b36b13d..6a5b53dd5 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -259,6 +259,8 @@ $OUT .= '\begin{longtable}{cllllllr}'; $OUT .= '\caption*{ '; if ($section->{'location'}) { + $OUT .= $section->{'location'}{'label_prefix'}. ': ' + if length($section->{'location'}{'label_prefix'}); $OUT .= $section->{'location'}{'address1'}; $OUT .= ', ' . $section->{'location'}{'address2'} if length($section->{'location'}{'address2'});