Fix: Use correct object
This commit is contained in:
parent
2620abc6a0
commit
32a1301a92
@ -106,7 +106,7 @@ class ActionsCardProduct
|
|||||||
$this->tpl['description'] = nl2br($this->description);
|
$this->tpl['description'] = nl2br($this->description);
|
||||||
|
|
||||||
// Statut
|
// Statut
|
||||||
$this->tpl['status'] = $this->getLibStatut(2);
|
$this->tpl['status'] = $this->object->getLibStatut(2);
|
||||||
|
|
||||||
// Note
|
// Note
|
||||||
$this->tpl['note'] = nl2br($this->note);
|
$this->tpl['note'] = nl2br($this->note);
|
||||||
|
|||||||
@ -105,7 +105,7 @@ class ActionsCardService
|
|||||||
$this->tpl['description'] = nl2br($this->description);
|
$this->tpl['description'] = nl2br($this->description);
|
||||||
|
|
||||||
// Statut
|
// Statut
|
||||||
$this->tpl['status'] = $this->getLibStatut(2);
|
$this->tpl['status'] = $this->object->getLibStatut(2);
|
||||||
|
|
||||||
// Note
|
// Note
|
||||||
$this->tpl['note'] = nl2br($this->note);
|
$this->tpl['note'] = nl2br($this->note);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user