Chargement des langs 'bills'
This commit is contained in:
parent
be1fbc92f3
commit
fccced1582
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2004-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
@ -22,15 +22,16 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\file htdocs/compta/facture/pre.inc.php
|
\file htdocs/compta/facture/pre.inc.php
|
||||||
\ingroup facture
|
\ingroup facture
|
||||||
\brief Fichier de gestion du menu gauche du module facture
|
\brief Fichier de gestion du menu gauche du module facture
|
||||||
\version $Revision$
|
\version $Revision$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require("../../main.inc.php");
|
require("../../main.inc.php");
|
||||||
require_once(DOL_DOCUMENT_ROOT."/facture.class.php");
|
require_once(DOL_DOCUMENT_ROOT."/facture.class.php");
|
||||||
|
|
||||||
|
$langs->load('bills');
|
||||||
|
|
||||||
function llxHeader($head = "", $title="", $help_url='') {
|
function llxHeader($head = "", $title="", $help_url='') {
|
||||||
global $user, $conf, $langs;
|
global $user, $conf, $langs;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user