From f9ad2f7fb2dca564e6631a373398210774b3745f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 24 Mar 2018 12:10:04 +0100 Subject: [PATCH] FIX Missing include --- htdocs/core/class/html.formaccounting.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/class/html.formaccounting.class.php b/htdocs/core/class/html.formaccounting.class.php index 5fd67659e15..aaae010c2fe 100644 --- a/htdocs/core/class/html.formaccounting.class.php +++ b/htdocs/core/class/html.formaccounting.class.php @@ -24,6 +24,7 @@ * \ingroup Advanced accountancy * \brief File of class with all html predefined components */ +require_once DOL_DOCUMENT_ROOT .'/core/class/html.form.class.php'; /**