Fix: Fichier lang non chargé
This commit is contained in:
parent
1a028f4691
commit
fb13080f99
@ -37,6 +37,7 @@ function llxHeader($head = "", $title="", $help_url='') {
|
|||||||
$langs->load("companies");
|
$langs->load("companies");
|
||||||
$langs->load("bills");
|
$langs->load("bills");
|
||||||
$langs->load("banks");
|
$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"));
|
$menu->add(DOL_URL_ROOT."/compta/prelevement/",$langs->trans("StandingOrders"));
|
||||||
|
|
||||||
left_menu($menu->liste, $help_url);
|
left_menu($menu->liste, $help_url);
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -19,13 +19,23 @@
|
|||||||
* $Source$
|
* $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("../../../main.inc.php");
|
||||||
require(DOL_DOCUMENT_ROOT."/bargraph.class.php");
|
require(DOL_DOCUMENT_ROOT."/bargraph.class.php");
|
||||||
require("./facturestats.class.php");
|
require("./facturestats.class.php");
|
||||||
|
|
||||||
function llxHeader($head = "", $urlp = "") {
|
function llxHeader($head = "", $urlp = "")
|
||||||
|
{
|
||||||
global $langs;
|
global $langs;
|
||||||
$langs->load("bills");
|
$langs->load("bills");
|
||||||
|
$langs->load("propal");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
@ -40,5 +50,6 @@ function llxHeader($head = "", $urlp = "") {
|
|||||||
$menu->add("index.php", $langs->trans("Statistics"));
|
$menu->add("index.php", $langs->trans("Statistics"));
|
||||||
|
|
||||||
left_menu($menu->liste);
|
left_menu($menu->liste);
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user