diff options
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_bill.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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*$/<BR>/; s/\\hyphenation\{[\w\s\-]+\}//; + s/\\([&])/\1/g; $_; } $conf->config_orbase( 'invoice_latexreturnaddress', |