modification de la vue gestion fiche

This commit is contained in:
pierre renaudot
2024-01-11 09:13:57 +01:00
parent 63eddbbc8b
commit 89273aced9
6 changed files with 55 additions and 22 deletions

View File

@@ -43,7 +43,7 @@
<?php foreach ($lesFiches as $uneFiche) { ?>
<tr>
<th scope="row">
<?= $uneFiche['rMois'] ?>
<?= $gestionFiche->dateComplete($uneFiche['rMois']) ?>
</th>
<td>
<?= $uneFiche['rMontantValide'] ?> €
@@ -52,7 +52,7 @@
<?= $uneFiche['eLibelle'] ?>
</td>
<td><a
href="controleurs\c_nouvelleFiche.php?userId=<?= $userId ?>&dateListing=<?= $uneFiche['rMois'] ?>">voir</a>
href="index.php?direction=nouvelleFiche&userId=<?= $userId ?>&dateListing=<?= $uneFiche['rMois'] ?>">voir</a>
</td>
</tr>
<?php } ?>