From e6d06a67b48e2dbedb25eddde1cbf8ea2ac6657f Mon Sep 17 00:00:00 2001 From: Sof Date: Tue, 23 Feb 2016 13:00:52 +0100 Subject: [PATCH] FIX : Fatal error: Class 'FormVentilation' not found --- htdocs/admin/websites.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/admin/websites.php b/htdocs/admin/websites.php index 7704e7f3198..0a7737041b7 100644 --- a/htdocs/admin/websites.php +++ b/htdocs/admin/websites.php @@ -27,6 +27,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/html.formcompany.class.php'; require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php'; require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php'; require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php'; +require_once DOL_DOCUMENT_ROOT.'/accountancy/class/html.formventilation.class.php'; $langs->load("errors"); $langs->load("admin");