diff options
author | ivan <ivan> | 2007-11-30 18:13:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-11-30 18:13:31 +0000 |
commit | 36bce8cbf2828b07c85b7a5e6995a95b60bc2aca (patch) | |
tree | cf1b1bb05a594e2b17eea9a34212e9fb7f8c7bec /FS | |
parent | 671b3cb139ae3928c13220fcb27c892f92de4792 (diff) |
fix bug specifying an HTML return address separately
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_bill.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) ) { |