From a27203f5a40205e35c9cd8148528c6c85a767ec1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 16 Jan 2005 18:12:46 +0000 Subject: [PATCH] =?UTF-8?q?Trad:=20Traduction=20des=20titres=20des=20petit?= =?UTF-8?q?es=20listes=20des=20derniers=20projets,=20propals,=20factures,?= =?UTF-8?q?=20commandes=20des=20onglets=20compta=20et=20commercial.=20Fix:?= =?UTF-8?q?=20On=20distingue=20le=20nombre=20affich=E9=20du=20nombre=20tot?= =?UTF-8?q?al.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/fiche.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php index 03ca28e3865..43a50c21335 100644 --- a/htdocs/compta/fiche.php +++ b/htdocs/compta/fiche.php @@ -33,6 +33,8 @@ require("../actioncomm.class.php"); require("../facture.class.php"); $langs->load("companies"); +if ($conf->facture->enabled) $langs->load("bills"); +if ($conf->projet->enabled) $langs->load("projects"); /* * Sécurité accés client @@ -46,6 +48,8 @@ if ($user->societe_id > 0) $user->getrights('facture'); + + llxHeader(); if ($action=='add_action')