Modifie la destination du lien sur le nom de la société
This commit is contained in:
parent
6462a0d99a
commit
ded2814d58
@ -98,7 +98,7 @@ if ($id > 0)
|
|||||||
print '<table class="border" width="100%">';
|
print '<table class="border" width="100%">';
|
||||||
print "<tr><td>".$langs->trans("Supplier")."</td>";
|
print "<tr><td>".$langs->trans("Supplier")."</td>";
|
||||||
print '<td colspan="2">';
|
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 '<td width="50%">';
|
||||||
print '<img src="statut'.$commande->statut.'.png"> ';
|
print '<img src="statut'.$commande->statut.'.png"> ';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user