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']);