Correction url defaillante

This commit is contained in:
Rodolphe Quiedeville 2003-11-07 09:54:18 +00:00
parent e908ce2ea7
commit d5fbbd424d

View File

@ -172,7 +172,7 @@ if ($user->comm > 0 && $conf->commercial )
$var=!$var; $var=!$var;
$obj = $db->fetch_object($i); $obj = $db->fetch_object($i);
print "<tr $bc[$var]><td width=\"20%\"><a href=\"propal.php?propalid=$obj->rowid\">$obj->ref</a></td>"; print "<tr $bc[$var]><td width=\"20%\"><a href=\"propal.php?propalid=$obj->rowid\">$obj->ref</a></td>";
print '<td><a href="fiche.php?socid='.$obj->idp.'">'.$obj->nom.'</a></td></tr>'; print '<td><a href="../comm/fiche.php?socid='.$obj->idp.'">'.$obj->nom.'</a></td></tr>';
$i++; $i++;
} }
print "</table><br>"; print "</table><br>";