[freeside-commits] freeside/FS/FS cust_bill.pm, 1.299.2.18, 1.299.2.19
Erik Levinson
levinse at wavetail.420.am
Mon Feb 21 10:29:51 PST 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv22357/FS/FS
Modified Files:
Tag: FREESIDE_2_1_BRANCH
cust_bill.pm
Log Message:
invoice customizations, RT11467
Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.299.2.18
retrieving revision 1.299.2.19
diff -u -w -d -r1.299.2.18 -r1.299.2.19
--- cust_bill.pm 19 Feb 2011 16:21:23 -0000 1.299.2.18
+++ cust_bill.pm 21 Feb 2011 18:29:49 -0000 1.299.2.19
@@ -4199,7 +4199,7 @@
section => $newsection,
duration => $section->{'duration'},
description => $newdesc,
- amount => $section->{'amount'},
+ amount => sprintf("%.2f",$section->{'amount'}),
product_code => 'N/A',
};
push @newlines, $line;
More information about the freeside-commits
mailing list