From 521e04448b3a952bd5d793f3c5bb94f097862533 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 24 Apr 2004 01:22:20 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Correction=20plantage=20suite=20a=20une?= =?UTF-8?q?=20classe=20utilis=E9e=20sans=20l'import.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/fourn/facture/paiementfourn.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/facture/paiementfourn.class.php b/htdocs/fourn/facture/paiementfourn.class.php index 77ee130f0f3..75e00afa3bf 100644 --- a/htdocs/fourn/facture/paiementfourn.class.php +++ b/htdocs/fourn/facture/paiementfourn.class.php @@ -20,7 +20,7 @@ * $Source$ * */ -require(DOL_DOCUMENT_ROOT."/compta/bank/account.class.php"); +require_once(DOL_DOCUMENT_ROOT."/compta/bank/account.class.php"); class PaiementFourn {