Deplacement des inclusions des classes dans pre.inc.php
This commit is contained in:
parent
ece9f879eb
commit
fcd6bcdbae
@ -21,7 +21,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file htdocs/fourn/commande/history.php
|
/*!
|
||||||
|
\file htdocs/fourn/commande/history.php
|
||||||
\ingroup commande
|
\ingroup commande
|
||||||
\brief Fiche commande
|
\brief Fiche commande
|
||||||
\version $Revision$
|
\version $Revision$
|
||||||
@ -36,16 +37,9 @@ $langs->load("companies");
|
|||||||
$user->getrights('fournisseur');
|
$user->getrights('fournisseur');
|
||||||
|
|
||||||
if (!$user->rights->fournisseur->commande->lire) accessforbidden();
|
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");
|
llxHeader('',$langs->trans("History"),"Commande");
|
||||||
|
|
||||||
$html = new Form($db);
|
$html = new Form($db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user