Fix: Fichier lang non charg

This commit is contained in:
Laurent Destailleur 2005-07-12 21:41:46 +00:00
parent 1a028f4691
commit fb13080f99
2 changed files with 14 additions and 1 deletions

View File

@ -37,6 +37,7 @@ function llxHeader($head = "", $title="", $help_url='') {
$langs->load("companies");
$langs->load("bills");
$langs->load("banks");
$langs->load("propal");
/*
*
@ -55,5 +56,6 @@ function llxHeader($head = "", $title="", $help_url='') {
$menu->add(DOL_URL_ROOT."/compta/prelevement/",$langs->trans("StandingOrders"));
left_menu($menu->liste, $help_url);
}
?>

View File

@ -19,13 +19,23 @@
* $Source$
*
*/
/**
\file htdocs/compta/facture/stats/pre.inc.php
\ingroup facture
\brief Fichier de gestion du menu gauche des stats facture
\version $Revision$
*/
require("../../../main.inc.php");
require(DOL_DOCUMENT_ROOT."/bargraph.class.php");
require("./facturestats.class.php");
function llxHeader($head = "", $urlp = "") {
function llxHeader($head = "", $urlp = "")
{
global $langs;
$langs->load("bills");
$langs->load("propal");
/*
*
@ -40,5 +50,6 @@ function llxHeader($head = "", $urlp = "") {
$menu->add("index.php", $langs->trans("Statistics"));
left_menu($menu->liste);
}
?>