Fix Patch from Jacopo Grasso

This commit is contained in:
Laurent Destailleur 2008-10-25 15:33:21 +00:00
parent bc1e75227f
commit 059b71241a
2 changed files with 3 additions and 3 deletions

View File

@ -566,7 +566,7 @@ else
print '<td colspan="3">'.$soc->getNomUrl(1).'</td>';
print "</tr>";
// Document li<6C>e
// Linked documents
print '<tr><td>';
if ($conf->commande->enabled)
{
@ -574,7 +574,7 @@ else
$order->fetch($expedition->$typeobject->id);
print $langs->trans("RefOrder").'</td>';
print '<td colspan="3">';
print $order->getNomUrl(1,4);
print $order->getNomUrl(1,'commande');
print "</td>\n";
}
else

View File

@ -434,7 +434,7 @@ else
$order=new Commande($db);
$order->fetch($expedition->origin_id);
print '<td colspan="3">';
print $order->getNomUrl(1,4);
print $order->getNomUrl(1,'commande');
print "</td>\n";
print '</tr>';
}