From: ivan Date: Sat, 14 May 2005 17:59:29 +0000 (+0000) Subject: well this is sorta halfass anyway but useful X-Git-Tag: SQL_LEDGER_2_4_4~1^2~304 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=167f7cf57da2558db8e1b17ea16694374693e2c0;p=freeside.git well this is sorta halfass anyway but useful --- diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index d649770c7..73177862d 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -1699,7 +1699,12 @@ sub print_html { $invoice_data{'returnaddress'} = $conf->exists('invoice_htmlreturnaddress') ? join("\n", $conf->config('invoice_htmlreturnaddress') ) - : join("\n", map { s/~/ /g; s/\\\\\*?\s*$/
/; $_; } + : join("\n", map { + s/~/ /g; + s/\\\\\*?\s*$/
/; + s/\\hypenation\{[\w\s\-]+\}//; + $_; + } $conf->config('invoice_latexreturnaddress') );