Fix: Several bugs

This commit is contained in:
Laurent Destailleur 2008-04-09 23:23:37 +00:00
parent c55e279b11
commit 304efa5a3a

View File

@ -246,7 +246,7 @@ if ($result)
} }
elseif ($obj->client==2) elseif ($obj->client==2)
{ {
print "<a href=\"".DOL_URL_ROOT."/comm/prospect/fiche.php?id=".$obj->rowid."\">".$langs->trans("Prospect")."</a>\n"; print "<a href=\"".DOL_URL_ROOT."/comm/prospect/fiche.php?socid=".$obj->rowid."\">".$langs->trans("Prospect")."</a>\n";
} }
else else
{ {