Update card.php

This commit is contained in:
Frédéric FRANCE 2015-01-19 19:07:34 +01:00
parent 388697b73e
commit e82301e001

View File

@ -367,7 +367,11 @@ if ($object->id > 0)
$var=!$var;
print "<tr ".$bc[$var].">";
print '<td><a href="commande/card.php?id='.$obj->rowid.'">'.img_object($langs->trans("ShowOrder"),"order")." ".$obj->ref.'</a></td>';
print '<td class="nowrap">';
$orderstatic->id=$obj->rowid;
$orderstatic->ref=$obj->ref;
print $orderstatic->getNomUrl(1);
print '</td>';
print '<td align="center" width="80">';
if ($obj->dc)
{