From c3b9eb51cf6298f26e34ac9143351d33fb732e6e Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Thu, 22 Jan 2026 13:04:35 +0000 Subject: [PATCH] f --- Vue/Remboursement/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Vue/Remboursement/index.php b/Vue/Remboursement/index.php index 8663ea3..4450be8 100755 --- a/Vue/Remboursement/index.php +++ b/Vue/Remboursement/index.php @@ -10,6 +10,7 @@ $numeroBeneficiaire = $this->nettoyer($demande['numeroBeneficiaire']); $observation = $this->nettoyer($demande['observation']); $codeStatutPaiement = $this->nettoyer($demande['codeStatutPaiement']); + $beneficiaireNom = $this->nettoyer($demande['beneficiaire']); if (est_anglophone()){ $lien = $this->nettoyer($demande['lienEng']);