a
This commit is contained in:
parent
68b7ccbdb2
commit
da3f021881
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user