This commit is contained in:
KANE LAZENI 2026-04-08 10:24:28 +00:00
parent da3f021881
commit 614aeac98a
2 changed files with 5 additions and 7 deletions

View File

@ -691,23 +691,21 @@ class Beneficiaire extends Modele {
$idSaisie = $_SESSION['idSaisie']; $idSaisie = $_SESSION['idSaisie'];
$user = $_SESSION['login']; $user = $_SESSION['login'];
$sql = 'call sp_inserer_ligne_modele_assure(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?);'; $sql = 'call sp_inserer_ligne_modele_assure(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?);';
/*
var_dump var_dump
( (
array array
( (
"prefixePaiementMobile" => $prefixePaiementMobile, "fraisCarte" => $fraisCarte,
"mobilePaiement" => $mobilePaiement,
) )
); );
exit(); exit();
*/
$resultat = $this->executerRequete($sql, array($idAvenant, $user, $idSaisie, $categorie, $numeroAdherent, $noFamille, $nom, $prenoms, $codeLienParente, $resultat = $this->executerRequete($sql, array($idAvenant, $user, $idSaisie, $categorie, $numeroAdherent, $noFamille, $nom, $prenoms, $codeLienParente,
$codeNaturePiece, $numeroPiece, $sexe, $codeGroupeSanguin, $dateNaissance, $telephonePortable, $numeroMatricule, $numeroCmu, $dateSouscription, $numeroBs, $codeNaturePiece, $numeroPiece, $sexe, $codeGroupeSanguin, $dateNaissance, $telephonePortable, $numeroMatricule, $numeroCmu, $dateSouscription, $numeroBs,
$ancienNumeroAssure, $conserverAncienNumeroAssure, $ancienNumeroAdherent, $codeTypeRemboursement, $email, $codeLangue, $prefixePaiementMobile, $mobilePaiement)); $ancienNumeroAssure, $conserverAncienNumeroAssure, $ancienNumeroAdherent, $codeTypeRemboursement, $email, $codeLangue, $prefixePaiementMobile,
$mobilePaiement, $fraisCarte));
} }

View File

@ -17,7 +17,7 @@
<td> <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="fin" NAME="fin" value="<?= dateCouranteLang($_SESSION['lang']) ?>" required AUTOCOMPLETE="OFF"> </td> <td> <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="fin" NAME="fin" value="<?= dateCouranteLang($_SESSION['lang']) ?>" required AUTOCOMPLETE="OFF"> </td>
<td> </td> <td> </td>
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:afficher_liste_logconnexion();"> <?= _("Afficher résultats")."..." ?> </button> </td> <td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:afficher_liste_logconnexion();"> <?= _("Actualiser")."..." ?> </button> </td>
<td> </td> <td> </td>
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:exporter_liste_logconnexion();"> <?= _("Exporter")."..." ?> </button> </td> <td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:exporter_liste_logconnexion();"> <?= _("Exporter")."..." ?> </button> </td>