From 2b3720611d57056e0d61991e7404cd50f4420e15 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 15 Oct 2010 04:38:54 +0000 Subject: [PATCH] Fix: problem if invoices module is not activated --- htdocs/comm/fiche.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index bc79b2bcac2..81260e0fe9f 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -121,7 +121,6 @@ if ($_POST["action"] == 'setassujtva' && $user->rights->societe->creer) llxHeader('',$langs->trans('CustomerCard')); -$facturestatic=new Facture($db); $contactstatic = new Contact($db); $userstatic=new User($db); $form = new Form($db);