Fixing style errors.

This commit is contained in:
stickler-ci 2020-05-19 19:14:20 +00:00
parent f2ac1992cd
commit 0ac82797e7

View File

@ -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);