diff --git a/htdocs/telephonie/stats/commerciaux/index.php b/htdocs/telephonie/stats/commerciaux/index.php
index 13803a4aaec..c1ce7ad9037 100644
--- a/htdocs/telephonie/stats/commerciaux/index.php
+++ b/htdocs/telephonie/stats/commerciaux/index.php
@@ -38,6 +38,10 @@ $head[$h][1] = "Global";
$hselected = $h;
$h++;
+$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/commerciaux/ca.php';
+$head[$h][1] = "CA";
+$h++;
+
$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/commerciaux/mensuel.php';
$head[$h][1] = "Mensuel";
$h++;
@@ -159,12 +163,8 @@ print '
'."\n";
print '';
-
-
print '';
-
-
$db->close();
llxFooter("Dernière modification $Date$ révision $Revision$");