From d7bf4aaf6c4200c38ccfe6628a7786b2caa8bd74 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 9 Jul 2009 03:55:23 +0000 Subject: [PATCH] Fix: bug #26855 --- htdocs/compta/stats/casoc.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/htdocs/compta/stats/casoc.php b/htdocs/compta/stats/casoc.php index a75786c0620..dc4edb1fc51 100644 --- a/htdocs/compta/stats/casoc.php +++ b/htdocs/compta/stats/casoc.php @@ -21,7 +21,7 @@ /** \file htdocs/compta/stats/casoc.php - \brief Page reporting CA par société + \brief Page reporting CA par societe \version $Id$ */ @@ -41,7 +41,7 @@ $sortfield=isset($_GET["sortfield"])?$_GET["sortfield"]:$_POST["sortfield"]; if (! $sortorder) $sortorder="asc"; if (! $sortfield) $sortfield="nom"; -// Sécurité accés client +// Securite acces client if ($user->societe_id > 0) $socid = $user->societe_id; @@ -49,13 +49,13 @@ llxHeader(); $html=new Form($db); -// Affiche en-tête de rapport +// Affiche en-tete de rapport if ($modecompta=="CREANCES-DETTES") { $nom=$langs->trans("SalesTurnover").', '.$langs->trans("ByThirdParties"); $nom.='
('.$langs->trans("SeeReportInInputOutputMode",'','').')'; $period=$langs->trans("Year")." ".$year; - $periodlink=''.img_previous().' '.img_next().''; + $periodlink=''.img_previous().' '.img_next().''; $description=$langs->trans("RulesCADue"); $builddate=time(); $exportlink=$langs->trans("NotYetAvailable"); @@ -122,7 +122,7 @@ else { dol_print_error($db); } -// On ajoute les paiements anciennes version, non liés par paiement_facture +// On ajoute les paiements anciennes version, non lies par paiement_facture if ($modecompta != 'CREANCES-DETTES') { $sql = "SELECT 'Autres' as nom, '0' as idp, sum(p.amount) as amount_ttc"; @@ -171,7 +171,7 @@ if (sizeof($amount)) { $arrayforsort=$name; - // On définit tableau arrayforsort + // On d�finit tableau arrayforsort if ($sortfield == 'nom' && $sortorder == 'asc') { asort($name); $arrayforsort=$name; @@ -220,4 +220,4 @@ print '
'; $db->close(); llxFooter('$Date$ - $Revision$'); -?> +?> \ No newline at end of file