This commit is contained in:
KANE LAZENI 2026-07-18 07:20:39 +00:00
parent 345e30e6d1
commit 5cabe7e809
2 changed files with 3 additions and 3 deletions

View File

@ -56,9 +56,9 @@ class ControleurRechercheprestations extends Controleur {
$numeroBonKine = trim($this->requete->getParametreFormulaire('numeroBonKine'));
$numeroBonSeance = trim($this->requete->getParametreFormulaire('numeroBonSeance'));
/*
var_dump(
array(
/*
"numeroBeneficiaire" => $numeroBeneficiaire,
"numeroAdherent" => $numeroAdherent,
"nomBeneficiaire" => $nomBeneficiaire,
@ -72,11 +72,11 @@ class ControleurRechercheprestations extends Controleur {
"numeroBonExamen" => $numeroBonExamen,
"numeroBonKine" => $numeroBonKine,
"numeroBonSeance" => $numeroBonSeance,
*/
"csrf_token" => $csrf_token,
)
);
exit;
*/
if ($numeroBonConsultation=="0")
{

View File

@ -5,8 +5,8 @@
<form id="frmrechercheprestation" name="frmrechercheprestation" method="post" action="Rechercheprestations/index/" style='font-size:10pt;' >
<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;'>
<tbody>