From 8a984980caff02581ae1e05880261700ae81a22e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Fri, 2 Oct 2015 16:16:05 +0200 Subject: [PATCH] Type (broken facture.php) --- htdocs/compta/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index e23f1f9414a..7ecafd8732f 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1801,7 +1801,7 @@ if (empty($reshook)) $form = new Form($db); $formother = new FormOther($db); $formfile = new FormFile($db); -$formmargin = new FormMargin($this->db); +$formmargin = new FormMargin($db); $bankaccountstatic = new Account($db); if (! empty($conf->projet->enabled)) { $formproject = new FormProjets($db); }