Skip to content
Snippets Groups Projects
Commit 994cc52a authored by goujonpa's avatar goujonpa
Browse files

Merge branch 'master' of gitlab.utc.fr:nf17-camp-p14/clivi

parents 449c3764 69a69ed7
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ switch($action) {
include 'view/form.php';
break;
case "detailFacture":
$list = Facture::getList("Liste des Factures");
$facture = new Facture();
$facture->select($_GET['id']);
$formConf = $facture->getForm();
......
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