[freeside-commits] freeside/FS/FS cust_bill_pkg.pm, 1.12.2.1, 1.12.2.2
Jeff Finucane,420,,
jeff at wavetail.420.am
Mon May 19 15:31:19 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv2529/FS/FS
Modified Files:
Tag: FREESIDE_1_7_BRANCH
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.12.2.1
retrieving revision 1.12.2.2
diff -u -d -r1.12.2.1 -r1.12.2.2
--- cust_bill_pkg.pm 19 May 2008 04:07:42 -0000 1.12.2.1
+++ cust_bill_pkg.pm 19 May 2008 22:31:17 -0000 1.12.2.2
@@ -245,7 +245,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