From: ivan Date: Fri, 30 Nov 2007 18:13:34 +0000 (+0000) Subject: fix bug specifying an HTML return address separately X-Git-Tag: freeside_1_7_3rc1~242 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=35c8fd3734f232fbab7f275f1736ad0d4b379334;p=freeside.git fix bug specifying an HTML return address separately --- diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index bd1dbe02c..6f83c0618 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -2176,7 +2176,7 @@ sub print_html { && length( $conf->config_orbase('invoice_htmlreturnaddress', $template) ) ) { $invoice_data{'returnaddress'} = - join("\n", $conf->config('invoice_htmlreturnaddress', $template) ); + join("\n", $conf->config_orbase('invoice_htmlreturnaddress', $template) ); } else { $invoice_data{'returnaddress'} = join("\n", map {