This commit is contained in:
KONE SOREL 2026-03-24 15:32:48 +00:00
parent 20d1d26a40
commit 9d217b8abb

View File

@ -142,6 +142,8 @@ class ControleurGedadherent extends Controleur {
$d1 = $_SESSION['dUneSemaineAvant_C'];
$d2 = date('Y-m-d');
var_dump($d1, $d2, $nomOrigine, $codeNaturePiece);
die();
$geds = $this->ged->getgedadherent($d1, $d2, $nomOrigine, $codeNaturePiece);
unset($_FILES['fichier_upload']);