summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2007-11-30 18:13:34 +0000
committerivan <ivan>2007-11-30 18:13:34 +0000
commit35c8fd3734f232fbab7f275f1736ad0d4b379334 (patch)
treead43972f33fb187af0c222e0ff40b9b5f975c2d2
parentbcff4149a031e47937c8457a969e463f23b41b61 (diff)
fix bug specifying an HTML return address separately
-rw-r--r--FS/FS/cust_bill.pm2
1 files changed, 1 insertions, 1 deletions
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 {