Fix: Bad error management
This commit is contained in:
parent
e06e0127af
commit
bf23efda21
@ -249,7 +249,11 @@ class Societe extends CommonObject
|
|||||||
$result=$interface->run_triggers('COMPANY_CREATE',$this,$user,$langs,$conf);
|
$result=$interface->run_triggers('COMPANY_CREATE',$this,$user,$langs,$conf);
|
||||||
if ($result < 0) { $error++; $this->errors=$interface->errors; }
|
if ($result < 0) { $error++; $this->errors=$interface->errors; }
|
||||||
// Fin appel triggers
|
// Fin appel triggers
|
||||||
|
}
|
||||||
|
else $error++;
|
||||||
|
|
||||||
|
if (! $error)
|
||||||
|
{
|
||||||
dol_syslog(get_class($this)."::Create success id=".$this->id);
|
dol_syslog(get_class($this)."::Create success id=".$this->id);
|
||||||
$this->db->commit();
|
$this->db->commit();
|
||||||
return $this->id;
|
return $this->id;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user