From 4f65f8d0950d07f3bc78e772526e55b8364878a5 Mon Sep 17 00:00:00 2001 From: Guillaume Matheron Date: Thu, 2 Jan 2020 14:13:26 +0100 Subject: [PATCH] Fixed bug (missing include) in formmargin.class.php, affecting display of propal --- htdocs/core/class/html.formmargin.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/core/class/html.formmargin.class.php b/htdocs/core/class/html.formmargin.class.php index 345a94b3a62..1f091fc81fd 100644 --- a/htdocs/core/class/html.formmargin.class.php +++ b/htdocs/core/class/html.formmargin.class.php @@ -21,6 +21,8 @@ * \brief Fichier de la classe des fonctions predefinie de composants html autre */ +require_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php'; + /** * Classe permettant la generation de composants html autre