projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df185d3
)
well this is sorta halfass anyway but useful
author
ivan
<ivan>
Sat, 14 May 2005 17:59:29 +0000
(17:59 +0000)
committer
ivan
<ivan>
Sat, 14 May 2005 17:59:29 +0000
(17:59 +0000)
FS/FS/cust_bill.pm
patch
|
blob
|
history
diff --git
a/FS/FS/cust_bill.pm
b/FS/FS/cust_bill.pm
index
d649770
..
7317786
100644
(file)
--- a/
FS/FS/cust_bill.pm
+++ b/
FS/FS/cust_bill.pm
@@
-1699,7
+1699,12
@@
sub print_html {
$invoice_data{'returnaddress'} = $conf->exists('invoice_htmlreturnaddress')
? join("\n", $conf->config('invoice_htmlreturnaddress') )
- : join("\n", map { s/~/ /g; s/\\\\\*?\s*$/<BR>/; $_; }
+ : join("\n", map {
+ s/~/ /g;
+ s/\\\\\*?\s*$/<BR>/;
+ s/\\hypenation\{[\w\s\-]+\}//;
+ $_;
+ }
$conf->config('invoice_latexreturnaddress')
);