Fix bad commit

This commit is contained in:
Laurent Destailleur 2016-09-26 01:13:55 +02:00
parent e9a073b223
commit ac2c685e7d

View File

@ -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