Skip to content
Snippets Groups Projects
Commit 24fed3ed authored by clement's avatar clement
Browse files

c

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