Fix: use label instead libelle
This commit is contained in:
parent
494d6dcfef
commit
54a333c374
@ -101,7 +101,7 @@ class ActionsCardProduct
|
|||||||
$this->tpl['ref'] = $this->ref;
|
$this->tpl['ref'] = $this->ref;
|
||||||
|
|
||||||
// Label
|
// Label
|
||||||
$this->tpl['label'] = $this->libelle;
|
$this->tpl['label'] = $this->label;
|
||||||
|
|
||||||
// Description
|
// Description
|
||||||
$this->tpl['description'] = nl2br($this->description);
|
$this->tpl['description'] = nl2br($this->description);
|
||||||
|
|||||||
@ -100,7 +100,7 @@ class ActionsCardService
|
|||||||
$this->tpl['ref'] = $this->ref;
|
$this->tpl['ref'] = $this->ref;
|
||||||
|
|
||||||
// Label
|
// Label
|
||||||
$this->tpl['label'] = $this->libelle;
|
$this->tpl['label'] = $this->label;
|
||||||
|
|
||||||
// Description
|
// Description
|
||||||
$this->tpl['description'] = nl2br($this->description);
|
$this->tpl['description'] = nl2br($this->description);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user