Merge pull request #5522 from all3kcis/patch-4

Update entrepot.class.php
This commit is contained in:
Laurent Destailleur 2016-07-20 18:13:13 +02:00 committed by GitHub
commit fd034222b1

View File

@ -109,6 +109,8 @@ class Entrepot extends CommonObject
{ {
global $conf; global $conf;
$this->libelle = trim($this->libelle);
// Si libelle non defini, erreur // Si libelle non defini, erreur
if ($this->libelle == '') if ($this->libelle == '')
{ {