freeside/FS/FS cust_bill.pm,1.116,1.117
ivan
ivan at pouncequick.420.am
Sat May 14 10:59:32 PDT 2005
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv7133
Modified Files:
cust_bill.pm
Log Message:
well this is sorta halfass anyway but useful
Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- cust_bill.pm 14 May 2005 16:30:58 -0000 1.116
+++ cust_bill.pm 14 May 2005 17:59:29 -0000 1.117
@@ -1699,7 +1699,12 @@
$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')
);
More information about the freeside-commits
mailing list