diff --git a/htdocs/telephonie/ligne/stat.php b/htdocs/telephonie/ligne/stat.php index e1401cc9a17..0d29839a416 100644 --- a/htdocs/telephonie/ligne/stat.php +++ b/htdocs/telephonie/ligne/stat.php @@ -36,7 +36,6 @@ if ($_GET["id"] or $_GET["numero"]) $result = $ligne->fetch($_GET["numero"]); } - if ($result == 1) { $client_comm = new Societe($db); @@ -116,8 +115,6 @@ if ($_GET["id"] or $_GET["numero"]) */ print '
| Chiffre d\'affaire | '; - print 'Gain |
| '; @@ -150,9 +147,6 @@ if ($_GET["id"] or $_GET["numero"]) print ' | |
| Appels | '; - print '- |
| '; $file = $img_root.$ligne->id."/graphappelsdureemoyenne.png"; @@ -167,14 +161,8 @@ if ($_GET["id"] or $_GET["numero"]) } print ' | '; - print " "; - print ' |
| Communications | '; - print 'Minutes |
| '; $file = $img_root.$ligne->id."/nb-comm-mensuel.png"; |