Fix class not found error

This commit is contained in:
Laurent Destailleur 2019-07-20 15:53:21 +02:00
parent 6956067d8f
commit fea12c3c59

View File

@ -4148,8 +4148,8 @@ class Societe extends CommonObject
if ($result < 0)
{
$error++;
$this->error = $c->error;
$this->errors = $c->errors;
$this->error = $this->error;
$this->errors = $this->errors;
break;
}
}