Fix: Description was not visible

This commit is contained in:
Laurent Destailleur 2011-03-12 23:50:28 +00:00
parent ee15efdd7e
commit 0374d9836f

View File

@ -199,7 +199,7 @@ if ($resql)
print '<td>';
$productstatic->id=$obj->pid;
$productstatic->type=$obj->ptype;
$productstatic->ref=$obj->label?$obj->label:$obj->pid;
$productstatic->ref=$obj->label?$obj->label:($obj->description?$obj->description:$obj->pid);
print $productstatic->getNomUrl(1,'',20);
print '</td>';