X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_bill.pm;h=2da7ee39ca41aeb9a6cf6f0d780e99e6c9e0c2cd;hp=7f162c95c58da187dfda5b3faf8ad461f85f0390;hb=41312137198dd501a8934a7f471b1e57e7cbc0d5;hpb=c48fdd594e7d7cfb7ac0401040f2f37401f39538 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;