invoice customizations, RT11467
authorlevinse <levinse>
Mon, 21 Feb 2011 18:29:50 +0000 (18:29 +0000)
committerlevinse <levinse>
Mon, 21 Feb 2011 18:29:50 +0000 (18:29 +0000)
FS/FS/cust_bill.pm

index 81d60bf..95a3a99 100644 (file)
@@ -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;