Fix: Path incorrect
This commit is contained in:
parent
84b598b1f7
commit
b54232e2aa
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user