From 23255976ef995efe251177d252529c469ec79144 Mon Sep 17 00:00:00 2001 From: gauthier Date: Fri, 7 Oct 2016 11:21:58 +0200 Subject: [PATCH] FIX : require class discount --- htdocs/commande/list.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php index 764e0a1dffd..d157057b016 100644 --- a/htdocs/commande/list.php +++ b/htdocs/commande/list.php @@ -35,6 +35,7 @@ require '../main.inc.php'; require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php'; require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php'; +require_once DOL_DOCUMENT_ROOT.'/core/class/discount.class.php'; require_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php'; require_once DOL_DOCUMENT_ROOT.'/core/class/html.formother.class.php'; require_once DOL_DOCUMENT_ROOT.'/core/class/html.formcompany.class.php';