diff --git a/htdocs/telephonie/config/compta.php b/htdocs/telephonie/config/compta.php index 6ee0024919f..6ebbdb04d9d 100644 --- a/htdocs/telephonie/config/compta.php +++ b/htdocs/telephonie/config/compta.php @@ -81,7 +81,7 @@ if ($result) while ($i < $num) { $row = $db->fetch_row($result); - $cgs[$row[0]] = $row[1] . ' ' . $row[2]; + $cgs[$row[0]] = '['.$row[0].'] '.$row[1] . ' ' . $row[2]; $i++; } }