Skip to content
Snippets Groups Projects
Commit 7e9ee6f0 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix include error

parent 99eec6b3
Branches
Tags
No related merge requests found
......@@ -1470,7 +1470,7 @@ function fieldList($fieldlist, $obj='', $tabname='', $context='')
$formadmin = new FormAdmin($db);
$formcompany = new FormCompany($db);
$formaccountancy = New FormVentilation($db);
if (! empty($conf->accounting->enabled)) $formaccountancy = New FormVentilation($db);
foreach ($fieldlist as $field => $value)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment