Fix class not found error

This commit is contained in:
Laurent Destailleur 2019-07-20 15:53:21 +02:00
parent 78dadfe91b
commit a900055631

View File

@ -4172,8 +4172,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;
}
}