diff --git a/htdocs/telephonie/client/stats.php b/htdocs/telephonie/client/stats.php
index db43e6a670b..1ca42c7a3f8 100644
--- a/htdocs/telephonie/client/stats.php
+++ b/htdocs/telephonie/client/stats.php
@@ -82,11 +82,7 @@ if ($_GET["id"])
print '
';
-
-
print '
';
- print '| Chiffre d\'affaire | ';
- print 'Gain |
';
print '| ';
@@ -119,10 +115,6 @@ if ($_GET["id"])
print ' |
';
-
- print '| Appels | ';
- print 'Communications |
';
-
print '';
$file = $img_root.$soc->id."/graphappelsdureemoyenne.png";
diff --git a/htdocs/telephonie/contrat/stats.php b/htdocs/telephonie/contrat/stats.php
index e8dd06e8f1f..def31b9b924 100644
--- a/htdocs/telephonie/contrat/stats.php
+++ b/htdocs/telephonie/contrat/stats.php
@@ -101,8 +101,6 @@ if ($_GET["id"])
print '';
- print '| Chiffre d\'affaire | ';
- print 'Gain | ';
print '| ';
@@ -135,10 +133,6 @@ if ($_GET["id"])
}
print ' | ';
-
- print '| Appels | ';
- print '- | ';
-
print '| ';
$file = $img_root.$contrat->id."/graphappelsdureemoyenne.png";
@@ -157,10 +151,6 @@ if ($_GET["id"])
print " ";
print ' | ';
-
- print '| Communications | ';
- print 'Minutes | ';
-
print '| ';
$file = $img_root.$contrat->id."/nb-comm-mensuel.png";
| |