From 951a8a9b88a49a6853c52e3b460290bc4c2b4455 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 4 Apr 2007 19:38:23 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20bug=20#19498=20-=20remise=20=E0=20l'=E9t?= =?UTF-8?q?at=20initiale?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/client.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/client.class.php b/htdocs/client.class.php index 86764a9c123..874e9c16d53 100644 --- a/htdocs/client.class.php +++ b/htdocs/client.class.php @@ -32,7 +32,7 @@ \brief Classe permettant la gestion des clients */ -require_once(DOL_DOCUMENT_ROOT."/societe.class.php"); +include_once(DOL_DOCUMENT_ROOT."/societe.class.php"); class Client extends Societe