This commit is contained in:
KANE LAZENI 2026-04-08 10:16:36 +00:00
parent 68b7ccbdb2
commit da3f021881
2 changed files with 5 additions and 3 deletions

View File

@ -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();

View File

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