a
This commit is contained in:
parent
59057aa279
commit
93fba7abf6
|
|
@ -660,19 +660,19 @@ class ControleurRecherche extends Controleur {
|
|||
$nbligne = $beneficiaires->rowCount();
|
||||
$beneficiaire = $beneficiaires->fetch();
|
||||
|
||||
if(!is_array($beneficiaire)){
|
||||
$beneficiaires = array();
|
||||
$beneficiaires_kane = $this->beneficiaire->getBeneficiaireVide();
|
||||
}
|
||||
|
||||
var_dump(
|
||||
array(
|
||||
"beneficiaires" => $beneficiaires,
|
||||
"nbligne" => $nbligne,
|
||||
"beneficiaire" => $beneficiaire,
|
||||
"beneficiaires_kane" => $beneficiaires_kane,
|
||||
)
|
||||
);
|
||||
exit();
|
||||
|
||||
if(!is_array($beneficiaire)){
|
||||
$beneficiaires = array();
|
||||
}
|
||||
|
||||
if (est_anglophone()){
|
||||
$listes = [
|
||||
['code'=>"1",'libelle'=>"All"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user