This commit is contained in:
KONE SOREL 2026-05-04 08:22:09 +00:00
parent 5d6f62115a
commit edc233b1d9
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, "2"); ?>
<?php liste_options_consultation($reponsedemande, "1"); ?>
</select>
</td>