app ajout ficheAvalider

This commit is contained in:
2024-01-11 11:41:51 +01:00
parent 8aafdf565b
commit af3771e786
3 changed files with 19 additions and 31 deletions

View File

@@ -16,7 +16,7 @@ if ($_SESSION["typeU"] == "comptable") {
$userId = $_SESSION['uId'];
}
$lesFiches = $gestionFiche->get_ListesFiches($userId);
$lesFiches = $gestionFiche->get_ficheAvalider();