From a616aeae641ff885b0bb4667d38d87a769f7254f Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 22 Dec 2008 00:46:48 +0000 Subject: [PATCH] have \& in invoice_latexreturnaddress translate to & in HTML, RT#4426 --- FS/FS/cust_bill.pm | 1 + 1 file changed, 1 insertion(+) 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', -- 2.20.1