Skip to content
Snippets Groups Projects
Commit 3fdb53f9 authored by clement's avatar clement
Browse files

c

parent c372d24c
No related branches found
No related tags found
No related merge requests found
......@@ -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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment