[freeside-commits] freeside/FS/FS cust_bill.pm,1.319,1.320

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-serv22356/FS/FS

Modified Files:
	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.319
retrieving revision 1.320
diff -u -w -d -r1.319 -r1.320
--- cust_bill.pm	19 Feb 2011 16:21:20 -0000	1.319
+++ cust_bill.pm	21 Feb 2011 18:29:49 -0000	1.320
@@ -4230,7 +4230,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