From af8d12534b60f600c023153a1c25d4c990360b93 Mon Sep 17 00:00:00 2001 From: levinse Date: Mon, 21 Feb 2011 18:29:50 +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 81d60bf4c..95a3a991d 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -4199,7 +4199,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