From 0ed05d8f2000477b4b6ce5481f3f1c25c61d8ac4 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sat, 3 Jan 2026 02:50:14 +0000 Subject: [PATCH] a --- Controleur/ControleurCreeravenant.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Controleur/ControleurCreeravenant.php b/Controleur/ControleurCreeravenant.php index 9f28449..d2e06f8 100644 --- a/Controleur/ControleurCreeravenant.php +++ b/Controleur/ControleurCreeravenant.php @@ -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"); } }