Fix bad commit
This commit is contained in:
parent
e9a073b223
commit
ac2c685e7d
@ -83,7 +83,6 @@ class Cotisation extends CommonObject
|
|||||||
if ($resql)
|
if ($resql)
|
||||||
{
|
{
|
||||||
$this->id = $this->db->last_insert_id(MAIN_DB_PREFIX."cotisation");
|
$this->id = $this->db->last_insert_id(MAIN_DB_PREFIX."cotisation");
|
||||||
$this->db->commit();
|
|
||||||
return $this->id;
|
return $this->id;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user