From 41312137198dd501a8934a7f471b1e57e7cbc0d5 Mon Sep 17 00:00:00 2001 From: levinse Date: Mon, 21 Feb 2011 18:29:49 +0000 Subject: [PATCH] invoice customizations, RT11467 --- FS/FS/cust_bill.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 7f162c95c..2da7ee39c 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -4230,7 +4230,7 @@ sub _items_svc_phone_sections { section => $newsection, duration => $section->{'duration'}, description => $newdesc, - amount => $section->{'amount'}, + amount => sprintf("%.2f",$section->{'amount'}), product_code => 'N/A', }; push @newlines, $line; -- 2.11.0