Fixed: Plantage "Fatal error: Cannot redeclare class commande.class.php"
This commit is contained in:
parent
2f0de6e983
commit
fec1540872
@ -22,16 +22,18 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/commande/pre.inc.php
|
||||
\ingroup commandes
|
||||
\brief Gestionnaire du menu commandes
|
||||
\version $Revision$
|
||||
\file htdocs/commande/pre.inc.php
|
||||
\ingroup commandes
|
||||
\brief Gestionnaire du menu commandes
|
||||
\version $Revision$
|
||||
*/
|
||||
|
||||
require("../main.inc.php");
|
||||
require("./commande.class.php");
|
||||
require_once DOL_DOCUMENT_ROOT."/commande/commande.class.php";
|
||||
|
||||
$langs->load("orders");
|
||||
|
||||
|
||||
function llxHeader($head = "", $title="", $help_url='')
|
||||
{
|
||||
global $user, $conf, $langs;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user