diff --git a/htdocs/compta/stats/index.php b/htdocs/compta/stats/index.php index 050c781ae32..3851d414aa6 100644 --- a/htdocs/compta/stats/index.php +++ b/htdocs/compta/stats/index.php @@ -50,29 +50,25 @@ if ($user->societe_id > 0) $modecompta = $conf->compta->mode; if ($_GET["modecompta"]) $modecompta=$_GET["modecompta"]; - - llxHeader(); - - $html=new Form($db); // Affiche en-tête du rapport if ($modecompta=="CREANCES-DETTES") { $nom="Chiffre d'affaire"; - $nom.=' (Voir le rapport recettes-dépenses pour n\'inclure que les factures effectivement payées)'; + $nom.=' (Voir le rapport recettes-dépenses pour n\'inclure que les factures effectivement payées)'; $period="$year_start - $year_end"; - $periodlink=($year_start?"".img_previous()." ".img_next()."":""); + $periodlink=($year_start?"".img_previous()." ".img_next()."":""); $description=$langs->trans("RulesCADue"); $builddate=time(); $exportlink=$langs->trans("NotYetAvailable"); } else { $nom="Chiffre d'affaire"; - $nom.=' (Voir le rapport en créances-dettes pour inclure les factures non encore payée)'; + $nom.=' (Voir le rapport en créances-dettes pour inclure les factures non encore payée)'; $period="$year_start - $year_end"; - $periodlink=($year_start?"".img_previous()." ".img_next()."":""); + $periodlink=($year_start?"".img_previous()." ".img_next()."":""); $description=$langs->trans("RulesCAIn"); $builddate=time(); $exportlink=$langs->trans("NotYetAvailable"); @@ -149,9 +145,6 @@ if ($modecompta != 'CREANCES-DETTES') { } - - - print ''; print '';
'.$langs->trans("Month").'