cdrt
This commit is contained in:
parent
5d6f62115a
commit
edc233b1d9
|
|
@ -17,8 +17,6 @@ class ControleurFraisfunerairesrh extends Controleur {
|
|||
public function index() {
|
||||
$reponsedemande = $this->frais->getEtatFrais();
|
||||
|
||||
var_dump($reponsedemande);
|
||||
|
||||
$this->genererVue(array(
|
||||
'reponsedemande' => $reponsedemande
|
||||
));
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user