From: ivan Date: Thu, 9 Jun 2005 06:01:10 +0000 (+0000) Subject: make sure invoice_(latex|html)returnaddress is configurable per-agent X-Git-Tag: BEFORE_FINAL_MASONIZE~481 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=6073238c2645e495da62c86e7c0fb859182200e8 make sure invoice_(latex|html)returnaddress is configurable per-agent --- diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index ed08ae79a..3c53ecd16 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -1336,7 +1336,7 @@ sub print_latex { } my $returnaddress; - if ( length($conf->config_orbase('invoice_latexreturnaddress', $template) ) { + if ( length($conf->config_orbase('invoice_latexreturnaddress', $template)) ) { $returnaddress = join("\n", $conf->config_orbase('invoice_latexreturnaddress', $template) );