From: ivan Date: Mon, 22 Dec 2008 00:46:48 +0000 (+0000) Subject: have \& in invoice_latexreturnaddress translate to & in HTML, RT#4426 X-Git-Tag: freeside_1_7_4rc1~134 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=a616aeae641ff885b0bb4667d38d87a769f7254f;p=freeside.git have \& in invoice_latexreturnaddress translate to & in HTML, RT#4426 --- diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 92d780979..ccfec79e8 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -2271,6 +2271,7 @@ sub print_html { s/~/ /g; s/\\\\\*?\s*$/
/; s/\\hyphenation\{[\w\s\-]+\}//; + s/\\([&])/\1/g; $_; } $conf->config_orbase( 'invoice_latexreturnaddress',