From 3fdb53f9ce627e309a6120d119d139b2bcf509cd Mon Sep 17 00:00:00 2001 From: clement <clemmercier45@gmail.com> Date: Thu, 19 Jun 2014 00:01:48 +0200 Subject: [PATCH] c --- controller/ord.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/ord.php b/controller/ord.php index f8f1a8a..a01d87d 100644 --- a/controller/ord.php +++ b/controller/ord.php @@ -16,7 +16,7 @@ switch($action) { $list = Ordonnance::getList("Liste des Ordonnances"); include 'view/list.php'; break; - case "addOrdonnanceOrdonnance": + case "addOrdonnance": $ordonnance = new Ordonnance(); $formConf = $ordonnance->getForm(); include 'view/form.php'; -- GitLab