and fix latex->html notes substituion for escaped #s
[freeside.git] / FS / FS / cust_bill.pm
index 9b7752a..1d40601 100644 (file)
@@ -1676,6 +1676,7 @@ sub print_generic {
                        s/\\textbf\{(.*)\}/<b>$1<\/b>/g;
                        s/\\\\\*/<br>/g;
                        s/\\dollar ?/\$/g;
+                       s/\\#/#/g;
                        $_;
                      }  @_
                    },