This commit is contained in:
KANE LAZENI 2026-07-18 07:14:19 +00:00
parent b766665398
commit b4ae51534a
2 changed files with 8 additions and 3 deletions

View File

@ -50,6 +50,7 @@ class ControleurRechercheprestations extends Controleur {
var_dump( var_dump(
array( array(
/*
"numeroBeneficiaire" => $numeroBeneficiaire, "numeroBeneficiaire" => $numeroBeneficiaire,
"numeroAdherent" => $numeroAdherent, "numeroAdherent" => $numeroAdherent,
"nomBeneficiaire" => $nomBeneficiaire, "nomBeneficiaire" => $nomBeneficiaire,
@ -63,10 +64,12 @@ class ControleurRechercheprestations extends Controleur {
"numeroBonExamen" => $numeroBonExamen, "numeroBonExamen" => $numeroBonExamen,
"numeroBonKine" => $numeroBonKine, "numeroBonKine" => $numeroBonKine,
"numeroBonSeance" => $numeroBonSeance, "numeroBonSeance" => $numeroBonSeance,
*/
"csrf_token" => $csrf_token,
) )
); );
exit; exit;
if ($numeroBonConsultation=="0") if ($numeroBonConsultation=="0")
{ {
$numeroBonConsultation=""; $numeroBonConsultation="";

View File

@ -1,10 +1,12 @@
<?php <?php
$this->titre = "INTER SANTE - "._("Rechercher sinistre") ; $token = $_SESSION['csrf_token_submieted'];
?> ?>
<form id="frmrechercheprestation" name="frmrechercheprestation" method="post" action="Rechercheprestations/index/" style='font-size:10pt;' > <form id="frmrechercheprestation" name="frmrechercheprestation" method="post" action="Rechercheprestations/index/" style='font-size:10pt;' >
<legend> <?= _("Critères de recherche sinistres") ?> </legend> <legend> <?= _("Critères de recherche sinistres") ?> </legend>
<input type="hidden" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>">
csrf_token : <input type="text" value="<?= htmlspecialchars($token) ?>">
<table class="table table-condensed table-responsive" style='font-size:10pt;'> <table class="table table-condensed table-responsive" style='font-size:10pt;'>
<tbody> <tbody>