From 167f7cf57da2558db8e1b17ea16694374693e2c0 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 14 May 2005 17:59:29 +0000 Subject: [PATCH] well this is sorta halfass anyway but useful --- FS/FS/cust_bill.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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') ); -- 2.20.1