Fix phpcs
This commit is contained in:
parent
4fd68798a3
commit
f27bea9497
@ -749,7 +749,6 @@ class Account extends CommonObject
|
|||||||
$sql.= ",fk_pays = ".$this->country_id;
|
$sql.= ",fk_pays = ".$this->country_id;
|
||||||
|
|
||||||
$sql.= " WHERE rowid = ".$this->id;
|
$sql.= " WHERE rowid = ".$this->id;
|
||||||
$sql.= " AND entity = ".$conf->entity;
|
|
||||||
|
|
||||||
dol_syslog(get_class($this)."::update", LOG_DEBUG);
|
dol_syslog(get_class($this)."::update", LOG_DEBUG);
|
||||||
$result = $this->db->query($sql);
|
$result = $this->db->query($sql);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user