Fix: Description was not visible
This commit is contained in:
parent
ee15efdd7e
commit
0374d9836f
@ -199,7 +199,7 @@ if ($resql)
|
|||||||
print '<td>';
|
print '<td>';
|
||||||
$productstatic->id=$obj->pid;
|
$productstatic->id=$obj->pid;
|
||||||
$productstatic->type=$obj->ptype;
|
$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 $productstatic->getNomUrl(1,'',20);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user