From d47dc7c77ff593ef08d54b55cd2dab2d25784237 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 20 Oct 2008 22:25:55 +0000 Subject: [PATCH] New: Add filter on date for services --- htdocs/compta/pre.inc.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/htdocs/compta/pre.inc.php b/htdocs/compta/pre.inc.php index fc72c650b88..65fa3423f2d 100644 --- a/htdocs/compta/pre.inc.php +++ b/htdocs/compta/pre.inc.php @@ -15,15 +15,13 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ - * $Source$ */ /** \file htdocs/compta/pre.inc.php \ingroup compta \brief Fichier gestionnaire du menu compta + \version $Id$ */ require("../main.inc.php"); @@ -84,7 +82,7 @@ function llxHeader($head = "", $title="", $help_url='') $menu->add(DOL_URL_ROOT."/compta/commande/liste.php?leftmenu=orders&afacturer=1", $langs->trans("MenuOrdersToBill")); } - // Les dépenses + // Les d�penses if ($conf->fournisseur->enabled) { $langs->load("suppliers"); @@ -108,7 +106,7 @@ function llxHeader($head = "", $title="", $help_url='') } - // Vision des recettes-dépenses + // Vision des recettes-d�penses if ($conf->banque->enabled && $user->rights->banque->lire) { $langs->load("banks");