diff options
-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 1016b80ec..00de74a97 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -2331,6 +2331,7 @@ sub print_html { s/\\item / <li>/; s/\\end\{enumerate\}/<\/ol>/; s/\\textbf\{(.*)\}/<b>$1<\/b>/; + s/\\\\\*/ /; $_; } $conf->config_orbase('invoice_latexnotes', $template) |