a
This commit is contained in:
parent
345e30e6d1
commit
5cabe7e809
|
|
@ -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")
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user