From b54232e2aa9ec8ed5076ef5204e9efd7230e73c9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 6 May 2005 00:46:07 +0000 Subject: [PATCH] Fix: Path incorrect --- htdocs/compta/facture/pre.inc.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/htdocs/compta/facture/pre.inc.php b/htdocs/compta/facture/pre.inc.php index 37e875d6a4d..a4fe34ac3a4 100644 --- a/htdocs/compta/facture/pre.inc.php +++ b/htdocs/compta/facture/pre.inc.php @@ -22,14 +22,15 @@ */ /** - \file htdocs/compta/facture/pre.inc.php - \ingroup facture - \brief Fichier de gestion du menu gauche du module facture - \version $Revision$ + \file htdocs/compta/facture/pre.inc.php + \ingroup facture + \brief Fichier de gestion du menu gauche du module facture + \version $Revision$ */ require("../../main.inc.php"); -require_once("../../facture.class.php"); +require_once(DOL_DOCUMENT_ROOT."/facture.class.php"); + function llxHeader($head = "", $title="", $help_url='') { global $user, $conf, $langs;