Merge branch 'main' of https://gitea.lyc-lecastel.fr/pierre.renaudot/AP44
This commit is contained in:
@@ -16,6 +16,7 @@ if ($_SESSION["typeU"] == "comptable") {
|
||||
$userId = $_SESSION['uId'];
|
||||
}
|
||||
|
||||
$lesFiches = $gestionFiche->get_ficheAvalider();
|
||||
|
||||
|
||||
|
||||
include("vues/v_fichesAvalider.php");
|
||||
|
@@ -18,6 +18,7 @@ if ($typeU == "comptable") {
|
||||
$userId = $_SESSION['uId'];
|
||||
}
|
||||
|
||||
$lesFiches = $gestionFiche->get_ListesFiches($userId);
|
||||
|
||||
|
||||
|
||||
include("vues/v_gestionFiches.php");
|
||||
|
Reference in New Issue
Block a user