From d9c1af0d2dd3ea0d8826bada1681e71887f25f61 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 3 Oct 2007 14:19:10 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20erreur=20sur=20la=20g=E9n=E9ration=20du?= =?UTF-8?q?=20pdf=20si=20une=20ligne=20de=20remise=20=E9tait=20pr=E9sente?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/commande/modules_commande.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/includes/modules/commande/modules_commande.php b/htdocs/includes/modules/commande/modules_commande.php index 54d71772c61..b348452d713 100644 --- a/htdocs/includes/modules/commande/modules_commande.php +++ b/htdocs/includes/modules/commande/modules_commande.php @@ -35,6 +35,7 @@ require_once(DOL_DOCUMENT_ROOT.'/lib/functions.inc.php'); require_once(DOL_DOCUMENT_ROOT.'/includes/fpdf/fpdfi/fpdi_protection.php'); require_once(DOL_DOCUMENT_ROOT."/compta/bank/account.class.php"); // requis car utilise par les classes qui heritent +require_once(DOL_DOCUMENT_ROOT.'/discount.class.php'); /**