freeside/conf invoice_latex,1.9,1.10

ivan ivan at pouncequick.420.am
Fri May 13 03:55:42 PDT 2005


Update of /home/cvs/cvsroot/freeside/conf
In directory pouncequick:/tmp/cvs-serv13358

Modified Files:
	invoice_latex 
Log Message:
better to do something fancy like scale down the font size to fit in the intended space or something but hey, this is good enough for now :)

Index: invoice_latex
===================================================================
RCS file: /home/cvs/cvsroot/freeside/conf/invoice_latex,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- invoice_latex	5 May 2005 13:06:06 -0000	1.9
+++ invoice_latex	13 May 2005 10:55:40 -0000	1.10
@@ -230,8 +230,8 @@
             '{' . $line->{'amount'} . "}${rowbreak}\n";
 
     foreach my $ext_desc (@$ext_description) {
-      $ext_desc = substr($ext_desc, 0, 70) . '...'
-        if (length($ext_desc) > 70);
+      $ext_desc = substr($ext_desc, 0, 80) . '...'
+        if (length($ext_desc) > 80);
       $OUT .= '\FSextdesc{' . $ext_desc . '}' . "${rowbreak}\n";
     }
 




More information about the freeside-commits mailing list