diff --git a/htdocs/telephonie/stats/destinations/index.php b/htdocs/telephonie/stats/destinations/index.php index 11b9b261bc1..e7c70a5453d 100644 --- a/htdocs/telephonie/stats/destinations/index.php +++ b/htdocs/telephonie/stats/destinations/index.php @@ -62,7 +62,7 @@ if ($db->query($sql)) print '
| Destination | CA | '; print 'Nb Appels | '; - print 'Duree | Duree_moyenne | Durée (sec) | Durée moyenne (sec) | '; $var=True; while ($i < $num) @@ -73,10 +73,10 @@ if ($db->query($sql)) print "
| '.$row[0].' | '."\n"; - print ''.round($row[2],0)." | \n"; + print ''.sprintf("%01.2f",$row[2])." | \n"; print ''.$row[1]." | \n"; print ''.$row[3]." | \n"; - print ''.round($row[4],2)." | \n"; + print ''.sprintf("%01.2f",$row[4])." | \n"; print "