Skip to content
Snippets Groups Projects
Commit b54232e2 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Path incorrect

parent 84b598b1
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment