diff --git a/htdocs/product/card.php b/htdocs/product/card.php
index 88eceda8aa9..e93687fb65d 100644
--- a/htdocs/product/card.php
+++ b/htdocs/product/card.php
@@ -1267,7 +1267,7 @@ else
print '
| '.$langs->trans("Description").' | ';
// We use dolibarr_details as type of DolEditor here, because we must not accept images as description is included into PDF and not accepted by TCPDF.
- $doleditor = new DolEditor('desc', $object->description, '', 160, 'dolibarr_details', '', false, true, $conf->global->FCKEDITOR_ENABLE_PRODUCTDESC, 4, 80);
+ $doleditor = new DolEditor('desc', $object->description, '', 160, 'dolibarr_notes', '', false, true, $conf->global->FCKEDITOR_ENABLE_PRODUCTDESC, 4, 80);
$doleditor->Create();
print " |
";