well this is sorta halfass anyway but useful
authorivan <ivan>
Sat, 14 May 2005 17:59:29 +0000 (17:59 +0000)
committerivan <ivan>
Sat, 14 May 2005 17:59:29 +0000 (17:59 +0000)
FS/FS/cust_bill.pm

index d649770..7317786 100644 (file)
@@ -1699,7 +1699,12 @@ sub print_html {
 
   $invoice_data{'returnaddress'} = $conf->exists('invoice_htmlreturnaddress')
     ? join("\n", $conf->config('invoice_htmlreturnaddress') )
-    : join("\n", map { s/~/&nbsp;/g; s/\\\\\*?\s*$/<BR>/; $_; }
+    : join("\n", map { 
+                       s/~/&nbsp;/g;
+                       s/\\\\\*?\s*$/<BR>/;
+                       s/\\hypenation\{[\w\s\-]+\}//;
+                       $_;
+                     }
                      $conf->config('invoice_latexreturnaddress')
           );