Fix: Liens relatifs incorrects
This commit is contained in:
parent
50742fe4b0
commit
5032744c69
@ -22,7 +22,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file htdocs/compta/facture/apercu.php
|
/**
|
||||||
|
\file htdocs/compta/facture/apercu.php
|
||||||
\ingroup facture
|
\ingroup facture
|
||||||
\brief Page de l'onglet aperçu d'une facture
|
\brief Page de l'onglet aperçu d'une facture
|
||||||
\version $Revision$
|
\version $Revision$
|
||||||
@ -36,9 +37,9 @@ if (!$user->rights->facture->lire)
|
|||||||
|
|
||||||
$langs->load("bills");
|
$langs->load("bills");
|
||||||
|
|
||||||
require_once("../../facture.class.php");
|
require_once(DOL_DOCUMENT_ROOT."/facture.class.php");
|
||||||
if ($conf->projet->enabled) {
|
if ($conf->projet->enabled) {
|
||||||
require_once("../../projet/project.class.php");
|
require_once(DOL_DOCUMENT_ROOT."/project.class.php");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -210,7 +211,7 @@ if ($_GET["facid"] > 0)
|
|||||||
print $langs->trans("ErrorNoImagickReadimage");
|
print $langs->trans("ErrorNoImagickReadimage");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user