From 38219c989f280fd083f404f8a454d93b2fb1f949 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 8 Feb 2026 01:40:20 +0000 Subject: [PATCH] a --- Controleur/ControleurRechercheparcarte.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Controleur/ControleurRechercheparcarte.php b/Controleur/ControleurRechercheparcarte.php index 3c926c0..57cdf2c 100755 --- a/Controleur/ControleurRechercheparcarte.php +++ b/Controleur/ControleurRechercheparcarte.php @@ -96,7 +96,8 @@ class ControleurRechercheparcarte extends Controleur { else { $beneficiaire = $beneficiaires->fetch(); - + + /* var_dump( array( "beneficiaire" => $beneficiaire, @@ -104,7 +105,8 @@ class ControleurRechercheparcarte extends Controleur { ) ); exit(); - + */ + $_SESSION['p_idBeneficiaire_C'] = $beneficiaire['idBeneficiaire']; $_SESSION['p_idBeneficiaire_sav'] = $_SESSION['p_idBeneficiaire_C'];