From 6bea59259d96d436da039ae498bb9f20180ad880 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 11 Apr 2005 15:09:21 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=E0=20jour=20emplacement=20des=20classes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/fourn/facture/pre.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/fourn/facture/pre.inc.php b/htdocs/fourn/facture/pre.inc.php index 276e77f7664..96c0a1c3733 100644 --- a/htdocs/fourn/facture/pre.inc.php +++ b/htdocs/fourn/facture/pre.inc.php @@ -28,8 +28,8 @@ */ require("../../main.inc.php"); -require_once DOL_DOCUMENT_ROOT."/fournisseur.class.php"; -require_once DOL_DOCUMENT_ROOT."/fournisseur.facture.class.php"; +require_once DOL_DOCUMENT_ROOT."/fourn/fournisseur.class.php"; +require_once DOL_DOCUMENT_ROOT."/fourn/fournisseur.facture.class.php"; $user->getrights('fournisseur'); function llxHeader($head = "", $title = "", $addons='') {