From fcd6bcdbae797633775585521859d0f48e481974 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 11 Apr 2005 15:05:24 +0000 Subject: [PATCH] Deplacement des inclusions des classes dans pre.inc.php --- htdocs/fourn/commande/history.php | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/htdocs/fourn/commande/history.php b/htdocs/fourn/commande/history.php index 8fc0efef89b..0ea2f427f8f 100644 --- a/htdocs/fourn/commande/history.php +++ b/htdocs/fourn/commande/history.php @@ -21,10 +21,11 @@ * */ -/** \file htdocs/fourn/commande/history.php - \ingroup commande - \brief Fiche commande - \version $Revision$ +/*! + \file htdocs/fourn/commande/history.php + \ingroup commande + \brief Fiche commande + \version $Revision$ */ require("./pre.inc.php"); @@ -36,16 +37,9 @@ $langs->load("companies"); $user->getrights('fournisseur'); if (!$user->rights->fournisseur->commande->lire) accessforbidden(); - -require_once DOL_DOCUMENT_ROOT."/project.class.php"; -require_once DOL_DOCUMENT_ROOT."/propal.class.php"; -require_once DOL_DOCUMENT_ROOT."/fournisseur.class.php"; -require_once DOL_DOCUMENT_ROOT."/fournisseur.commande.class.php"; - /* * */ - llxHeader('',$langs->trans("History"),"Commande"); $html = new Form($db);