Correction bug url fiche societe

This commit is contained in:
Rodolphe Quiedeville 2003-11-09 18:00:27 +00:00
parent 89a7089423
commit 4a3b75636d

View File

@ -65,7 +65,7 @@ if ( $db->query($sql) )
$var=!$var;
$obj = $db->fetch_object($i);
print "<tr $bc[$var]><td width=\"20%\"><a href=\"fiche.php?id=$obj->rowid\">$obj->ref</a></td>";
print '<td><a href="fiche.php?socid='.$obj->idp.'">'.$obj->nom.'</a></td></tr>';
print '<td><a href="'.DOL_URL_ROOT.'/comm/fiche.php?socid='.$obj->idp.'">'.$obj->nom.'</a></td></tr>';
$i++;
}
print "</table><br>";