Fix: problem if invoices module is not activated
This commit is contained in:
parent
10da5ba83f
commit
2b3720611d
@ -121,7 +121,6 @@ if ($_POST["action"] == 'setassujtva' && $user->rights->societe->creer)
|
|||||||
llxHeader('',$langs->trans('CustomerCard'));
|
llxHeader('',$langs->trans('CustomerCard'));
|
||||||
|
|
||||||
|
|
||||||
$facturestatic=new Facture($db);
|
|
||||||
$contactstatic = new Contact($db);
|
$contactstatic = new Contact($db);
|
||||||
$userstatic=new User($db);
|
$userstatic=new User($db);
|
||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user