AND fix latex->html notes substituion for ~s
[freeside.git] / FS / FS / cust_bill.pm
index 1d40601..9a49574 100644 (file)
@@ -1677,6 +1677,7 @@ sub print_generic {
                        s/\\\\\*/<br>/g;
                        s/\\dollar ?/\$/g;
                        s/\\#/#/g;
+                       s/~/&nbsp;/g;
                        $_;
                      }  @_
                    },