update code

This commit is contained in:
Philippe GRAND 2022-08-31 22:37:31 +02:00
parent e283e867d8
commit ab71f47924

View File

@ -248,7 +248,7 @@ llxHeader('', $langs->trans("RepeatableSupplierInvoices"), $help_url);
$form = new Form($db);
$formother = new FormOther($db);
if (!empty($conf->project->enabled)) {
if (isModEnabled('project')) {
$formproject = new FormProjets($db);
}
$companystatic = new Societe($db);