diff --git a/Vue/Remboursement/index.php b/Vue/Remboursement/index.php index 94b8b13..c31ff6f 100755 --- a/Vue/Remboursement/index.php +++ b/Vue/Remboursement/index.php @@ -13,7 +13,8 @@ $beneficiaire = $this->nettoyer($demande['beneficiaire']); $adherent = $this->nettoyer($demande['adherent']); $numeroAdherent = $this->nettoyer($demande['numeroAdherent']); - + $idPolice = $this->nettoyer($demande['idPolice']); + $numeroPolice = $this->nettoyer($demande['numeroPolice']); if (est_anglophone()){ $lien = $this->nettoyer($demande['lienEng']); @@ -22,17 +23,21 @@ ?>