From 69ba76425a40062c7d364655eb6421d06e9b73cb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 22 Apr 2004 19:12:07 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/fourn/facture/paiementfourn.class.php b/htdocs/fourn/facture/paiementfourn.class.php index 2ddcfca4b88..77ee130f0f3 100644 --- a/htdocs/fourn/facture/paiementfourn.class.php +++ b/htdocs/fourn/facture/paiementfourn.class.php @@ -20,6 +20,7 @@ * $Source$ * */ +require(DOL_DOCUMENT_ROOT."/compta/bank/account.class.php"); class PaiementFourn {