diff --git a/htdocs/product/stock/class/entrepot.class.php b/htdocs/product/stock/class/entrepot.class.php index e7d94e7119e..93288a92f6c 100644 --- a/htdocs/product/stock/class/entrepot.class.php +++ b/htdocs/product/stock/class/entrepot.class.php @@ -291,7 +291,7 @@ class Entrepot extends CommonObject $this->label = trim(!empty($this->label) ? $this->label : $this->libelle); - $this->description = trim($this->description); + $this->description = trim($this->description); $this->lieu = trim($this->lieu);