From 0ac82797e74813bad9997bd4b8e0097924a43830 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Tue, 19 May 2020 19:14:20 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/product/stock/class/entrepot.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);