mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
Amlioration mineure
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user