diff --git a/htdocs/compta/facture/pre.inc.php b/htdocs/compta/facture/pre.inc.php index 093a19c49e9..2d95fc4dc45 100644 --- a/htdocs/compta/facture/pre.inc.php +++ b/htdocs/compta/facture/pre.inc.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2004-2007 Rodolphe Quiedeville * Copyright (C) 2005 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify @@ -22,15 +22,16 @@ */ /** - \file htdocs/compta/facture/pre.inc.php - \ingroup facture - \brief Fichier de gestion du menu gauche du module facture - \version $Revision$ + \file htdocs/compta/facture/pre.inc.php + \ingroup facture + \brief Fichier de gestion du menu gauche du module facture + \version $Revision$ */ require("../../main.inc.php"); require_once(DOL_DOCUMENT_ROOT."/facture.class.php"); +$langs->load('bills'); function llxHeader($head = "", $title="", $help_url='') { global $user, $conf, $langs;