From 36bce8cbf2828b07c85b7a5e6995a95b60bc2aca Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 30 Nov 2007 18:13:31 +0000 Subject: [PATCH] fix bug specifying an HTML return address separately --- 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 ccbcdf28e..9ad9ffcbb 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -2270,7 +2270,7 @@ sub print_html { ) { $invoice_data{'returnaddress'} = - join("\n", $conf->config('invoice_htmlreturnaddress', $template) ); + join("\n", $conf->config_orbase('invoice_htmlreturnaddress', $template) ); } elsif ( grep /\S/, $conf->config_orbase( 'invoice_latexreturnaddress', $template ) ) { -- 2.11.0