From 720c3d6c4bbaddc5b76c166f0723478bd36bd2e9 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Tue, 24 Mar 2026 17:23:01 +0000 Subject: [PATCH] df --- Controleur/ControleurGedadherent.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Controleur/ControleurGedadherent.php b/Controleur/ControleurGedadherent.php index 0688e2a..b5e2024 100644 --- a/Controleur/ControleurGedadherent.php +++ b/Controleur/ControleurGedadherent.php @@ -41,12 +41,12 @@ class ControleurGedadherent extends Controleur { $extension = ''; if($codeNaturePiece == "AUT"){ - $libelleDocument = $this->requete->getParametreFormulaire("libelleAutre"); + $libelleType = $this->requete->getParametreFormulaire("libelleAutre"); }else{ - $libelleDocument = $this->ged->getLibelleTypeDocument($codeNaturePiece); + $libelleType = $this->ged->getLibelleTypeDocument($codeNaturePiece); } - var_dump(array($codeNaturePiece, $libelleDocument)); + var_dump(array($codeNaturePiece, $libelleType)); die(); if( !is_dir(TARGET) )