diff --git a/Controleur/ControleurAjaximporterlisteassure.php b/Controleur/ControleurAjaximporterlisteassure.php index d88588fd..be5ea704 100755 --- a/Controleur/ControleurAjaximporterlisteassure.php +++ b/Controleur/ControleurAjaximporterlisteassure.php @@ -177,7 +177,8 @@ class ControleurAjaximporterlisteassure extends Controleurrequete $codeLangue = trimIfString($tableauExcel[$i]['V']); $prefixePaiementMobile = trimIfString($tableauExcel[$i]['W']); - $mobilePaiement = trimIfString($tableauExcel[$i]['X']); + $mobilePaiement = trimIfString($tableauExcel[$i]['X']); + $fraisCarte = trimIfString($tableauExcel[$i]['Y']); $nomComplet = $nom . " " . $prenoms; @@ -226,7 +227,8 @@ class ControleurAjaximporterlisteassure extends Controleurrequete $noFamille, $nom, $prenoms, $codeLienParente, $codeNaturePiece, $numeroPiece, $sexe, $codeGroupeSanguin, $dateNaissance, $telephonePortable, $numeroMatricule, $numeroCmu, $dateSousscription, $numeroBs, $ancienNumeroAssure, $conserverAncienNumeroAssure, - $ancienNumeroAdherent, $codeTypeRemboursement, $email, $codeLangue, $prefixePaiementMobile, $mobilePaiement); + $ancienNumeroAdherent, $codeTypeRemboursement, $email, $codeLangue, $prefixePaiementMobile, + $mobilePaiement, $fraisCarte); } $this->beneficiaire->gererIncorporationSurFamExistante(); diff --git a/Modele/Beneficiaire.php b/Modele/Beneficiaire.php index 679d9178..bd8d13c5 100755 --- a/Modele/Beneficiaire.php +++ b/Modele/Beneficiaire.php @@ -686,7 +686,7 @@ class Beneficiaire extends Modele { public function insererLigneModeleAssure($idAvenant, $categorie, $numeroAdherent, $noFamille, $nom, $prenoms, $codeLienParente, $codeNaturePiece, $numeroPiece, $sexe, $codeGroupeSanguin, $dateNaissance, $telephonePortable, $numeroMatricule, $numeroCmu, $dateSouscription, $numeroBs, $ancienNumeroAssure, $conserverAncienNumeroAssure, $ancienNumeroAdherent, $codeTypeRemboursement, - $email, $codeLangue, $prefixePaiementMobile, $mobilePaiement) + $email, $codeLangue, $prefixePaiementMobile, $mobilePaiement, $fraisCarte) { $idSaisie = $_SESSION['idSaisie']; $user = $_SESSION['login'];