Merge branch 'pagination-feature'

This commit is contained in:
2024-01-12 11:10:35 +01:00
5 changed files with 135 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");