fix status on tooltip in box last product
This commit is contained in:
parent
556888d55c
commit
c7d886c918
@ -133,6 +133,8 @@ class box_produits extends ModeleBoxes
|
|||||||
$productstatic->type = $objp->fk_product_type;
|
$productstatic->type = $objp->fk_product_type;
|
||||||
$productstatic->label = $objp->label;
|
$productstatic->label = $objp->label;
|
||||||
$productstatic->entity = $objp->entity;
|
$productstatic->entity = $objp->entity;
|
||||||
|
$productstatic->status = $objp->tosell;
|
||||||
|
$productstatic->status_buy = $objp->tobuy;
|
||||||
|
|
||||||
$this->info_box_contents[$line][] = array(
|
$this->info_box_contents[$line][] = array(
|
||||||
'td' => 'class="tdoverflowmax100 maxwidth100onsmartphone"',
|
'td' => 'class="tdoverflowmax100 maxwidth100onsmartphone"',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user