ajout liens sur le nom des commerciaux
This commit is contained in:
parent
2567f2674f
commit
625820a383
@ -122,7 +122,8 @@ if ($_GET["id"])
|
||||
{
|
||||
$var=!$var;
|
||||
print "<tr $bc[$var]>";
|
||||
print '<td>'.$row[1].' '.$row[2].'</td>';
|
||||
print '<td><a href="./comm/commercial.php?id='.$row[0].'&did='.$_GET["id"].'">';;
|
||||
print $row[1].' '.$row[2].'</a></td>';
|
||||
}
|
||||
$db->free($resql);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user