This commit is contained in:
KANE LAZENI 2026-01-03 02:50:14 +00:00
parent 4b06439fca
commit 0ed05d8f20

View File

@ -46,6 +46,10 @@ class ControleurCreeravenant extends Controleur {
else
if($codeTypeAvenant=="INC")
{
$this->police->creeravenant($idPolice, $codeTypeAvenant, $motifavenant, $dateAvenant);
$this->police->getContexteAjaxPolice($idPolice);
$this->rediriger("Listeadherent");
}
}