Skip to content
Snippets Groups Projects
Commit bf219f5e authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

list personnel

parent 7f38cc98
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ if(!in_array($action, $actions)) { ...@@ -13,7 +13,7 @@ if(!in_array($action, $actions)) {
switch($action) { switch($action) {
case "listePersonnel": case "listePersonnel":
$listArray = Client::getAll(); $listArray = Employe::getAll();
$listParams = array("title" => "Liste du personnel", $listParams = array("title" => "Liste du personnel",
"keys" => array("id", "nom", "prenom", "isVeterinaire", "idNational")); "keys" => array("id", "nom", "prenom", "isVeterinaire", "idNational"));
include 'view/list.php'; include 'view/list.php';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment