a
This commit is contained in:
parent
68b7ccbdb2
commit
da3f021881
|
|
@ -178,6 +178,7 @@ class ControleurAjaximporterlisteassure extends Controleurrequete
|
||||||
|
|
||||||
$prefixePaiementMobile = trimIfString($tableauExcel[$i]['W']);
|
$prefixePaiementMobile = trimIfString($tableauExcel[$i]['W']);
|
||||||
$mobilePaiement = trimIfString($tableauExcel[$i]['X']);
|
$mobilePaiement = trimIfString($tableauExcel[$i]['X']);
|
||||||
|
$fraisCarte = trimIfString($tableauExcel[$i]['Y']);
|
||||||
|
|
||||||
$nomComplet = $nom . " " . $prenoms;
|
$nomComplet = $nom . " " . $prenoms;
|
||||||
|
|
||||||
|
|
@ -226,7 +227,8 @@ class ControleurAjaximporterlisteassure extends Controleurrequete
|
||||||
$noFamille, $nom, $prenoms, $codeLienParente, $codeNaturePiece, $numeroPiece, $sexe,
|
$noFamille, $nom, $prenoms, $codeLienParente, $codeNaturePiece, $numeroPiece, $sexe,
|
||||||
$codeGroupeSanguin, $dateNaissance, $telephonePortable, $numeroMatricule, $numeroCmu,
|
$codeGroupeSanguin, $dateNaissance, $telephonePortable, $numeroMatricule, $numeroCmu,
|
||||||
$dateSousscription, $numeroBs, $ancienNumeroAssure, $conserverAncienNumeroAssure,
|
$dateSousscription, $numeroBs, $ancienNumeroAssure, $conserverAncienNumeroAssure,
|
||||||
$ancienNumeroAdherent, $codeTypeRemboursement, $email, $codeLangue, $prefixePaiementMobile, $mobilePaiement);
|
$ancienNumeroAdherent, $codeTypeRemboursement, $email, $codeLangue, $prefixePaiementMobile,
|
||||||
|
$mobilePaiement, $fraisCarte);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->beneficiaire->gererIncorporationSurFamExistante();
|
$this->beneficiaire->gererIncorporationSurFamExistante();
|
||||||
|
|
|
||||||
|
|
@ -686,7 +686,7 @@ class Beneficiaire extends Modele {
|
||||||
public function insererLigneModeleAssure($idAvenant, $categorie, $numeroAdherent, $noFamille, $nom, $prenoms, $codeLienParente,
|
public function insererLigneModeleAssure($idAvenant, $categorie, $numeroAdherent, $noFamille, $nom, $prenoms, $codeLienParente,
|
||||||
$codeNaturePiece, $numeroPiece, $sexe, $codeGroupeSanguin, $dateNaissance, $telephonePortable, $numeroMatricule, $numeroCmu,
|
$codeNaturePiece, $numeroPiece, $sexe, $codeGroupeSanguin, $dateNaissance, $telephonePortable, $numeroMatricule, $numeroCmu,
|
||||||
$dateSouscription, $numeroBs, $ancienNumeroAssure, $conserverAncienNumeroAssure, $ancienNumeroAdherent, $codeTypeRemboursement,
|
$dateSouscription, $numeroBs, $ancienNumeroAssure, $conserverAncienNumeroAssure, $ancienNumeroAdherent, $codeTypeRemboursement,
|
||||||
$email, $codeLangue, $prefixePaiementMobile, $mobilePaiement)
|
$email, $codeLangue, $prefixePaiementMobile, $mobilePaiement, $fraisCarte)
|
||||||
{
|
{
|
||||||
$idSaisie = $_SESSION['idSaisie'];
|
$idSaisie = $_SESSION['idSaisie'];
|
||||||
$user = $_SESSION['login'];
|
$user = $_SESSION['login'];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user