diff --git a/htdocs/compta/resultat/index.php b/htdocs/compta/resultat/index.php
index a3855b9c7ea..f63f1da9b8b 100644
--- a/htdocs/compta/resultat/index.php
+++ b/htdocs/compta/resultat/index.php
@@ -65,9 +65,10 @@ if ($modecompta == 'CREANCES-DETTES')
$nom.='
('.$langs->trans("SeeReportInInputOutputMode",'','').')';
$period="$year_start - $year_end";
$periodlink=($year_start?"".img_previous()." ".img_next()."":"");
- $description=$langs->trans("RulesResultDue")."
";
- if (! empty($conf->global->FACTURE_DEPOSITS_ARE_JUST_PAYMENTS)) $description.= $langs->trans("DepositsAreNotIncluded");
- else $description.= $langs->trans("DepositsAreIncluded");
+ $description=$langs->trans("RulesAmountWithTaxIncluded");
+ $description.='
'.$langs->trans("RulesResultDue");
+ if (! empty($conf->global->FACTURE_DEPOSITS_ARE_JUST_PAYMENTS)) $description.="
".$langs->trans("DepositsAreNotIncluded");
+ else $description.="
".$langs->trans("DepositsAreIncluded");
$builddate=time();
//$exportlink=$langs->trans("NotYetAvailable");
}
@@ -76,7 +77,8 @@ else {
$nom.='
('.$langs->trans("SeeReportInDueDebtMode",'','').')';
$period="$year_start - $year_end";
$periodlink=($year_start?"".img_previous()." ".img_next()."":"");
- $description=$langs->trans("RulesResultInOut");
+ $description=$langs->trans("RulesAmountWithTaxIncluded");
+ $description.='
'.$langs->trans("RulesResultInOut");
$builddate=time();
//$exportlink=$langs->trans("NotYetAvailable");
}
@@ -513,7 +515,8 @@ for ($mois = 1+$nb_mois_decalage ; $mois <= 12+$nb_mois_decalage ; $mois++)
print "";
print '