This commit is contained in:
KONE SOREL 2026-05-04 08:24:16 +00:00
parent 77a81f19f2
commit 30e8fd1910
2 changed files with 1 additions and 3 deletions

View File

@ -17,8 +17,6 @@ class ControleurFraisfunerairesrh extends Controleur {
public function index() {
$reponsedemande = $this->frais->getEtatFrais();
var_dump($reponsedemande);
$this->genererVue(array(
'reponsedemande' => $reponsedemande
));

View File

@ -17,7 +17,7 @@
<td align="center"> <?= _("Statut") ?> </td>
<td>
<select class="form-control" id="valide" name="valide" style="font-weight: bold;">
<?php liste_options_consultation($reponsedemande, "1"); ?>
<?php liste_options_consultation($reponsedemande, "0"); ?>
</select>
</td>