From 6073238c2645e495da62c86e7c0fb859182200e8 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 9 Jun 2005 06:01:10 +0000 Subject: [PATCH] make sure invoice_(latex|html)returnaddress is configurable per-agent --- FS/FS/cust_bill.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ); -- 2.11.0