From bf219f5e7730eeed839f2652cfcbbe9cf3b0bb44 Mon Sep 17 00:00:00 2001
From: Matthieu Guffroy <mattgu74@gmail.com>
Date: Sat, 14 Jun 2014 16:16:49 +0200
Subject: [PATCH] list personnel

---
 controller/personne.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/controller/personne.php b/controller/personne.php
index 0967102..168efd2 100644
--- a/controller/personne.php
+++ b/controller/personne.php
@@ -13,7 +13,7 @@ if(!in_array($action, $actions)) {
 
 switch($action) {
 	case "listePersonnel":
-		$listArray = Client::getAll();
+		$listArray = Employe::getAll();
 		$listParams = array("title" => "Liste du personnel",
 							"keys" => array("id", "nom", "prenom", "isVeterinaire", "idNational"));
 		include 'view/list.php';
-- 
GitLab