fix stafix style errorsle fix stale errorfix style errors
This commit is contained in:
parent
6fdff2c3ab
commit
1ae0e2a920
@ -549,8 +549,7 @@ if (empty($reshook)) {
|
||||
|
||||
$db->commit();
|
||||
$rowid = $object->id;
|
||||
$id = $object->id;
|
||||
|
||||
$id = $object->id;
|
||||
} else {
|
||||
$db->rollback();
|
||||
|
||||
|
||||
@ -3798,7 +3798,7 @@ class Societe extends CommonObject
|
||||
$this->typent_id = ($member->morphy == 'phy' ? 8 : 0); // The type of thirdparty is private (individual) if the member is human (phy)
|
||||
|
||||
$this->db->begin();
|
||||
|
||||
|
||||
// Cree et positionne $this->id
|
||||
$result = $this->create($user);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user