Fix: use label instead libelle

This commit is contained in:
Regis Houssin 2018-06-18 13:54:14 +02:00
parent 494d6dcfef
commit 54a333c374
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ class ActionsCardProduct
$this->tpl['ref'] = $this->ref;
// Label
$this->tpl['label'] = $this->libelle;
$this->tpl['label'] = $this->label;
// Description
$this->tpl['description'] = nl2br($this->description);

View File

@ -100,7 +100,7 @@ class ActionsCardService
$this->tpl['ref'] = $this->ref;
// Label
$this->tpl['label'] = $this->libelle;
$this->tpl['label'] = $this->label;
// Description
$this->tpl['description'] = nl2br($this->description);