Correction d'un liens dans le tableau de bord

This commit is contained in:
simontosser 2005-08-22 15:08:24 +00:00
parent 29af900653
commit 62b2543c0c

View File

@ -116,7 +116,7 @@ if ($conf->societe->enabled && $user->rights->societe->lire )
print '</td>';
print '<td align="right">';
if ($key == "customers") print '<a href="'.DOL_URL_ROOT.'/comm/clients.php">';
if ($key == "prospects") print '<a href="'.DOL_URL_ROOT.'/comm/clients.php">';
if ($key == "prospects") print '<a href="'.DOL_URL_ROOT.'/comm/prospect/prospects.php">';
print $val;
print '</a></td>';
print '</tr>';