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

@ -108,7 +108,9 @@ class Entrepot extends CommonObject
function create($user)
{
global $conf;
$this->libelle = trim($this->libelle);
// Si libelle non defini, erreur
if ($this->libelle == '')
{