a
This commit is contained in:
parent
8f79ad53a3
commit
223e70c867
|
|
@ -28,6 +28,8 @@ class ControleurHtagcarte extends Controleur {
|
||||||
$motifRevocation = $this->requete->getParametreFormulaire("motifRevocation");
|
$motifRevocation = $this->requete->getParametreFormulaire("motifRevocation");
|
||||||
|
|
||||||
$this->carte->revoquer_carte($idHtagcarte, $motifRevocation);
|
$this->carte->revoquer_carte($idHtagcarte, $motifRevocation);
|
||||||
}
|
|
||||||
|
|
||||||
|
$this->executerAction("index");
|
||||||
|
// $this->rediriger("Htagcarte");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -283,11 +283,4 @@ class Carteassure extends Modele {
|
||||||
|
|
||||||
$this->executerRequete($sql, array($idHtagcarte, $user, $motifRevocation));
|
$this->executerRequete($sql, array($idHtagcarte, $user, $motifRevocation));
|
||||||
}
|
}
|
||||||
|
|
||||||
CALL sp_revoquer_carte
|
|
||||||
(
|
|
||||||
'19', -- p_idHtagcarte BIGINT,
|
|
||||||
'kane', -- p_user VARCHAR(50),
|
|
||||||
'TEST REVOCATION' -- p_motifRevocation VARCHAR(255)
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user