diff options
-rw-r--r-- | FS/FS/cust_bill.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 73177862d..bd7b8cadb 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -1702,7 +1702,7 @@ sub print_html { : join("\n", map { s/~/ /g; s/\\\\\*?\s*$/<BR>/; - s/\\hypenation\{[\w\s\-]+\}//; + s/\\hyphenation\{[\w\s\-]+\}//; $_; } $conf->config('invoice_latexreturnaddress') |