Update card.php
This commit is contained in:
parent
388697b73e
commit
e82301e001
@ -367,7 +367,11 @@ if ($object->id > 0)
|
|||||||
$var=!$var;
|
$var=!$var;
|
||||||
|
|
||||||
print "<tr ".$bc[$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">';
|
print '<td align="center" width="80">';
|
||||||
if ($obj->dc)
|
if ($obj->dc)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user