From 537adea399c5194639c96da526160eac0c833016 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 17 Jan 2005 21:25:30 +0000 Subject: [PATCH] =?UTF-8?q?Am=E9lioration=20des=20rapports=20recettes-d=E9?= =?UTF-8?q?penses.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/resultat/clientfourn.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/compta/resultat/clientfourn.php b/htdocs/compta/resultat/clientfourn.php index e3b133d71c9..e2db6d5d0c4 100644 --- a/htdocs/compta/resultat/clientfourn.php +++ b/htdocs/compta/resultat/clientfourn.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004 Laurent Destailleur +/* Copyright (C) 2002 Rodolphe Quiedeville + * Copyright (C) 2004-2005 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,13 +24,13 @@ require("./pre.inc.php"); require("../../tva.class.php"); require("../../chargesociales.class.php"); -/* - * - */ +$langs->load("bills"); + $user->getrights('compta'); if (!$user->rights->compta->resultat->lire) accessforbidden(); + llxHeader(); $year=$_GET["year"]; @@ -93,7 +93,7 @@ if ($result) { $var=!$var; print " "; - print "Factures idp\">$objp->nom\n"; + print "".$langs->trans("Factures")." idp\">$objp->nom\n"; print "".price($objp->amount_ht)."\n"; print "".price($objp->amount_ttc)."\n";