Fix class not found error
This commit is contained in:
parent
6956067d8f
commit
fea12c3c59
@ -4148,8 +4148,8 @@ class Societe extends CommonObject
|
|||||||
if ($result < 0)
|
if ($result < 0)
|
||||||
{
|
{
|
||||||
$error++;
|
$error++;
|
||||||
$this->error = $c->error;
|
$this->error = $this->error;
|
||||||
$this->errors = $c->errors;
|
$this->errors = $this->errors;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user