Chargement des langs 'bills'

This commit is contained in:
Rodolphe Quiedeville 2007-01-04 10:58:52 +00:00
parent be1fbc92f3
commit fccced1582

View File

@ -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
@ -31,6 +31,7 @@
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;