mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Ajout du lien pour les prospect
This commit is contained in:
parent
fbffb7c7a5
commit
7c5a12504c
|
|
@ -135,9 +135,13 @@ if ($result)
|
|||
print "</a> <a href=\"soc.php?socid=$obj->idp\">$obj->nom</a></td>\n";
|
||||
print "<td>".$obj->ville." </TD>\n";
|
||||
print '<td align="center">';
|
||||
if ($obj->client)
|
||||
if ($obj->client==1)
|
||||
{
|
||||
print "<a href=\"comm/fiche.php?socid=$obj->idp\">client</a>\n";
|
||||
print "<a href=\"comm/fiche.php?socid=$obj->idp\">Client</a>\n";
|
||||
}
|
||||
elseif ($obj->client==2)
|
||||
{
|
||||
print "<a href=\"comm/prospect/fiche.php?id=$obj->idp\">Prospect</a>\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user