diff --git a/Controleur/ControleurGedadherent.php b/Controleur/ControleurGedadherent.php index a15ab7b..d972d37 100644 --- a/Controleur/ControleurGedadherent.php +++ b/Controleur/ControleurGedadherent.php @@ -23,7 +23,7 @@ class ControleurGedadherent extends Controleur { $nouveau_fichier = "rien"; - $codeNaturePiece = $this->requete->getParametre("codeNaturePiece"); + $codeNaturePiece = $this->requete->getParametreFormulaire("codeNaturePiece"); if($codeNaturePiece == "AUT"){ $libelleDocument = $this->requete->getParametreFormulaire("libelleAutre");