[freeside-commits] freeside/FS/FS cust_bill_pkg.pm,1.28,1.29

Ivan,,, ivan at wavetail.420.am
Mon Dec 8 02:13:15 PST 2008


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv10425

Modified Files:
	cust_bill_pkg.pm 
Log Message:
make CDRs smaller, so we can fit more columns, RT#4376

Index: cust_bill_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill_pkg.pm,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- cust_bill_pkg.pm	12 Sep 2008 02:28:45 -0000	1.28
+++ cust_bill_pkg.pm	8 Dec 2008 10:13:12 -0000	1.29
@@ -287,10 +287,10 @@
                       foreach ($csv->fields) {
                         $result .= ' & ' if $column > 1;
                         if ($column > 6) {                     # KLUDGE ALERT!
-                          $result .= '\multicolumn{1}{l}{\small{'.
+                          $result .= '\multicolumn{1}{l}{\scriptsize{'.
                                      &$escape_function($_). '}}';
                         }else{
-                          $result .= '\small{'.  &$escape_function($_). '}';
+                          $result .= '\scriptsize{'.  &$escape_function($_). '}';
                         }
                         $column++;
                       }



More information about the freeside-commits mailing list