clean code
This commit is contained in:
parent
0d3fdbe408
commit
1d8c7f934f
@ -652,7 +652,7 @@ class BOM extends CommonObject
|
|||||||
$this->db->commit();
|
$this->db->commit();
|
||||||
return $result;
|
return $result;
|
||||||
} else {
|
} else {
|
||||||
$this->error = $line->error;
|
$this->setErrorsFromObject($line);
|
||||||
dol_syslog(get_class($this)."::addLine error=".$this->error, LOG_ERR);
|
dol_syslog(get_class($this)."::addLine error=".$this->error, LOG_ERR);
|
||||||
$this->db->rollback();
|
$this->db->rollback();
|
||||||
return -2;
|
return -2;
|
||||||
@ -764,7 +764,7 @@ class BOM extends CommonObject
|
|||||||
$this->db->commit();
|
$this->db->commit();
|
||||||
return $result;
|
return $result;
|
||||||
} else {
|
} else {
|
||||||
$this->error = $line->error;
|
$this->setErrorsFromObject($line);
|
||||||
dol_syslog(get_class($this)."::addLine error=".$this->error, LOG_ERR);
|
dol_syslog(get_class($this)."::addLine error=".$this->error, LOG_ERR);
|
||||||
$this->db->rollback();
|
$this->db->rollback();
|
||||||
return -2;
|
return -2;
|
||||||
@ -816,7 +816,7 @@ class BOM extends CommonObject
|
|||||||
$this->db->commit();
|
$this->db->commit();
|
||||||
return $result;
|
return $result;
|
||||||
} else {
|
} else {
|
||||||
$this->error = $line->error;
|
$this->setErrorsFromObject($line);
|
||||||
dol_syslog(get_class($this)."::addLine error=".$this->error, LOG_ERR);
|
dol_syslog(get_class($this)."::addLine error=".$this->error, LOG_ERR);
|
||||||
$this->db->rollback();
|
$this->db->rollback();
|
||||||
return -2;
|
return -2;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user