Merge branch 'main' of git.ebene.ovh:ebene/radiantrh
This commit is contained in:
commit
797e5be720
|
|
@ -62,8 +62,8 @@ class ControleurRechercherassure extends Controleur {
|
||||||
$derniernumerobeneficiaires = '0';
|
$derniernumerobeneficiaires = '0';
|
||||||
}
|
}
|
||||||
|
|
||||||
// if (count($beneficiaires) == 1)
|
if (count($beneficiaires) == 1)
|
||||||
if ($beneficiaires->rowCount() == 1)
|
// if ($beneficiaires->rowCount() == 1)
|
||||||
{
|
{
|
||||||
var_dump(
|
var_dump(
|
||||||
array(
|
array(
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,8 @@ class Beneficiaire extends Modele {
|
||||||
$sql = 'call sp_r_recherche_beneficiaire_vide();';
|
$sql = 'call sp_r_recherche_beneficiaire_vide();';
|
||||||
|
|
||||||
$beneficiaire = $this->executerRequete($sql);
|
$beneficiaire = $this->executerRequete($sql);
|
||||||
return $beneficiaire;
|
// return $beneficiaire;
|
||||||
|
return $resultat ->fetchAll(PDO::FETCH_ASSOC);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getBeneficiaires($nomBeneficiaire, $prenomsBeneficiaire, $telephonePortable, $email)
|
public function getBeneficiaires($nomBeneficiaire, $prenomsBeneficiaire, $telephonePortable, $email)
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
// $this->titre = "INTER SANTE - "._("Rechercher assuré") ;
|
// $this->titre = "INTER SANTE - "._("Rechercher assuré") ;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<form id="frmrecherche" name="frmrecherche" method="post" action="Recherche/index/">
|
<form id="frmrecherche" name="frmrecherche" method="post" action="Rechercherassure/index/">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
|
||||||
<legend> <?= _("Critères de recherche de l'assuré") ?> </legend>
|
<legend> <?= _("Critères de recherche de l'assuré") ?> </legend>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user