From: levinse Date: Mon, 21 Feb 2011 18:29:50 +0000 (+0000) Subject: invoice customizations, RT11467 X-Git-Tag: freeside_2_1_2~35 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=af8d12534b60f600c023153a1c25d4c990360b93;p=freeside.git invoice customizations, RT11467 --- 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;