This commit is contained in:
pierre renaudot
2024-01-12 11:12:38 +01:00
5 changed files with 128 additions and 46 deletions

View File

@@ -16,6 +16,7 @@ if ($_SESSION["typeU"] == "comptable") {
$userId = $_SESSION['uId'];
}
$lesFiches = $gestionFiche->get_ficheAvalider();
include("vues/v_fichesAvalider.php");

View File

@@ -18,6 +18,7 @@ if ($typeU == "comptable") {
$userId = $_SESSION['uId'];
}
$lesFiches = $gestionFiche->get_ListesFiches($userId);
include("vues/v_gestionFiches.php");