Skip to content
Snippets Groups Projects
Commit da4240f3 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Lien invalide

parent 21354aa1
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,7 @@ if ($resql)
{
$objp = $db->fetch_object($resql);
print "<tr $bc[$var]>";
print "<td nowrap><a href=\"fiche.php?id=".$objp->idp."\">".img_object($langs->trans("ShowCustomer"),"company")." ".$objp->nom."</a></td>";
print "<td nowrap><a href=\"".DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp."\">".img_object($langs->trans("ShowCustomer"),"company")." ".$objp->nom."</a></td>";
print '<td align="right" nowrap>'.dolibarr_print_date($objp->datec)."</td>";
print '</tr>';
$i++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment