[freeside-commits] freeside/FS/FS cust_bill_pkg.pm,1.15,1.16
Jeff Finucane,420,,
jeff at wavetail.420.am
Mon May 19 15:31:31 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv2554/FS/FS
Modified Files:
cust_bill_pkg.pm
Log Message:
fix broken pagenation
Index: cust_bill_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill_pkg.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- cust_bill_pkg.pm 16 May 2008 19:26:37 -0000 1.15
+++ cust_bill_pkg.pm 19 May 2008 22:31:29 -0000 1.16
@@ -262,7 +262,8 @@
$format_sub = sub { my $detail = shift;
$csv->parse($detail) or return "can't parse $detail";
- join(' & ', map { &$escape_function($_) } $csv->fields );
+ join(' & ', map { '\small{'. &$escape_function($_). '}' }
+ $csv->fields );
}
if $format eq 'latex';
More information about the freeside-commits
mailing list