Modifie la destination du lien sur le nom de la socit

This commit is contained in:
Rodolphe Quiedeville 2004-11-30 19:24:34 +00:00
parent 6462a0d99a
commit ded2814d58

View File

@ -98,7 +98,7 @@ if ($id > 0)
print '<table class="border" width="100%">';
print "<tr><td>".$langs->trans("Supplier")."</td>";
print '<td colspan="2">';
print '<b><a href="'.DOL_URL_ROOT.'/comm/fiche.php?socid='.$soc->id.'">'.$soc->nom.'</a></b></td>';
print '<b><a href="'.DOL_URL_ROOT.'/fourn/fiche.php?socid='.$soc->id.'">'.$soc->nom.'</a></b></td>';
print '<td width="50%">';
print '<img src="statut'.$commande->statut.'.png">&nbsp;';