From d4b9486e967586d590ed47dd7d7e4219b113ee23 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 22 Dec 2008 00:51:54 +0000 Subject: [PATCH] have \& in invoice_latexreturnaddress translate to & in HTML, RT#4426 --- FS/FS/cust_bill.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index ccfec79e8..1dbfe542b 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -2271,7 +2271,7 @@ sub print_html { s/~/ /g; s/\\\\\*?\s*$/
/; s/\\hyphenation\{[\w\s\-]+\}//; - s/\\([&])/\1/g; + s/\\([&])/$1/g; $_; } $conf->config_orbase( 'invoice_latexreturnaddress', -- 2.20.1