diff --git a/htdocs/product/canvas/product/actions_card_product.class.php b/htdocs/product/canvas/product/actions_card_product.class.php
index d7b91abe246..3c0fc4d2b2f 100644
--- a/htdocs/product/canvas/product/actions_card_product.class.php
+++ b/htdocs/product/canvas/product/actions_card_product.class.php
@@ -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);
diff --git a/htdocs/product/canvas/product/tpl/card_create.tpl.php b/htdocs/product/canvas/product/tpl/card_create.tpl.php
index e763605f701..bc4b5409688 100644
--- a/htdocs/product/canvas/product/tpl/card_create.tpl.php
+++ b/htdocs/product/canvas/product/tpl/card_create.tpl.php
@@ -55,7 +55,7 @@ $statutarray=array('1' => $langs->trans("OnSell"), '0' => $langs->trans("NotOnSe
| trans("Label"); ?> |
- |
+ |
diff --git a/htdocs/product/canvas/product/tpl/card_edit.tpl.php b/htdocs/product/canvas/product/tpl/card_edit.tpl.php
index c64c5dbe1e4..6c13bddb6a1 100644
--- a/htdocs/product/canvas/product/tpl/card_edit.tpl.php
+++ b/htdocs/product/canvas/product/tpl/card_edit.tpl.php
@@ -55,7 +55,7 @@ dol_htmloutput_errors($object->error,$object->errors);
| trans("Label"); ?> |
- |
+ |
diff --git a/htdocs/product/canvas/service/actions_card_service.class.php b/htdocs/product/canvas/service/actions_card_service.class.php
index ba43898724e..af227e54b0b 100644
--- a/htdocs/product/canvas/service/actions_card_service.class.php
+++ b/htdocs/product/canvas/service/actions_card_service.class.php
@@ -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);
diff --git a/htdocs/product/canvas/service/tpl/card_create.tpl.php b/htdocs/product/canvas/service/tpl/card_create.tpl.php
index 46db54d63b8..b9dc10fd5dc 100644
--- a/htdocs/product/canvas/service/tpl/card_create.tpl.php
+++ b/htdocs/product/canvas/service/tpl/card_create.tpl.php
@@ -52,7 +52,7 @@ $statutarray=array('1' => $langs->trans("OnSell"), '0' => $langs->trans("NotOnSe
| trans("Label"); ?> |
- |
+ |
diff --git a/htdocs/product/canvas/service/tpl/card_edit.tpl.php b/htdocs/product/canvas/service/tpl/card_edit.tpl.php
index 06d1b3ff612..6fc3bf3273a 100644
--- a/htdocs/product/canvas/service/tpl/card_edit.tpl.php
+++ b/htdocs/product/canvas/service/tpl/card_edit.tpl.php
@@ -52,7 +52,7 @@ dol_htmloutput_errors($object->error,$object->errors);
| trans("Label"); ?> |
- |
+ |