Use isModEnabled

This commit is contained in:
Alexandre SPANGARO 2022-08-29 11:24:30 +02:00
parent bf3f406788
commit 1a4c722a49

View File

@ -257,7 +257,7 @@ llxHeader('', $langs->trans("RepeatableInvoices"), 'ch-facture.html#s-fac-factur
$form = new Form($db);
$formother = new FormOther($db);
if (!empty($conf->project->enabled)) {
if (isModEnabled('project')) {
$formproject = new FormProjets($db);
}
$companystatic = new Societe($db);