Ajout valeur de retour
This commit is contained in:
parent
4118464ecf
commit
a32f765af4
@ -60,7 +60,8 @@ class Paiement
|
|||||||
|
|
||||||
if ($result)
|
if ($result)
|
||||||
{
|
{
|
||||||
|
$this->id = $this->db->last_insert_id();
|
||||||
|
return $this->id;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user