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

index 7f162c9..2da7ee3 100644 (file)
@@ -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;