From 3862d78b4b41a7e5ec1764e99d3961af165e2233 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 30 Mar 2026 10:29:50 +0000 Subject: [PATCH] ser --- Controleur/ControleurConsultation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controleur/ControleurConsultation.php b/Controleur/ControleurConsultation.php index adca547..47429e8 100644 --- a/Controleur/ControleurConsultation.php +++ b/Controleur/ControleurConsultation.php @@ -53,7 +53,7 @@ class ControleurConsultation extends Controleur { $feuillemaladie = $this->feuillemaladie->getfeuillemaladie($numeroFeuilleMaladie); $acteconsultation = $this->prestation->getconsultationfeuille($numeroFeuilleMaladie, $codePrestataire); - $codeFamilleActe = $acteconsultation['codeFamilleActe']; + $codeFamilleActe = is_array($acteconsultation) ? $acteconsultation['codeFamilleActe'] : ""; $acte = $this->acte->getactespossibles($codeTypePrestation, $codeFamilleActe);