diff --git a/htdocs/telephonie/stats/commerciaux/index.php b/htdocs/telephonie/stats/commerciaux/index.php
index b6e75212c06..5de88e25492 100644
--- a/htdocs/telephonie/stats/commerciaux/index.php
+++ b/htdocs/telephonie/stats/commerciaux/index.php
@@ -49,8 +49,8 @@ print '
';
print '';
print '';
-print '| Lignes suivies | ';
-print '| Nom | Nb Lignes | ';
+print '| Lignes suivies | ';
+print '| Nom | Nb Lignes | | ';
$sql = "SELECT count(*) as cc , c.name, c.firstname, c.rowid";
$sql .= " FROM ".MAIN_DB_PREFIX."telephonie_societe_ligne as l";
@@ -77,8 +77,8 @@ if ($result)
print '';
print ''.$row[2]." ". $row[1].' | '.$row[0].' | ';
-
+ print '">'.$row[2]." ". $row[1].''.$row[0].' | ';
+ print 'Voir | ';
$i++;
}
$db->free();
|