diff --git a/htdocs/compta/resultat/clientfourn.php b/htdocs/compta/resultat/clientfourn.php
index 63565a22ea6897c790e5e2df17a2d1c3ae34bffb..63d4b9930edeb41767a8a82bc61fe03a6e57edfd 100644
--- a/htdocs/compta/resultat/clientfourn.php
+++ b/htdocs/compta/resultat/clientfourn.php
@@ -149,6 +149,11 @@ $hselected = 'report';
 
 report_header($name,$nomlink,$period,$periodlink,$description,$builddate,$exportlink,array('modecompta'=>$modecompta),$calcmode);
 
+if (! empty($conf->accounting->enabled))
+{
+    print info_admin($langs->trans("WarningReportNotReliable"), 0, 0, 1);
+}
+
 // Show report array
 print '<table class="noborder" width="100%">';
 print '<tr class="liste_titre">';
diff --git a/htdocs/compta/resultat/index.php b/htdocs/compta/resultat/index.php
index e01feaf742ed94962e69fea07684c1fa79892b77..62ef55fb7110cdc613a8680ec99625075e850a5a 100644
--- a/htdocs/compta/resultat/index.php
+++ b/htdocs/compta/resultat/index.php
@@ -93,6 +93,12 @@ $hselected='report';
 
 report_header($nom,$nomlink,$period,$periodlink,$description,$builddate,$exportlink,array('modecompta'=>$modecompta),$calcmode);
 
+if (! empty($conf->accounting->enabled))
+{
+    print info_admin($langs->trans("WarningReportNotReliable"), 0, 0, 1);
+}
+
+
 
 /*
  * Factures clients
diff --git a/htdocs/compta/stats/cabyprodserv.php b/htdocs/compta/stats/cabyprodserv.php
index 8e4aabd93390b64f4c9c8a89561a51d58b726843..befc9d5c208bd47afbe9021928a32938eadc1b80 100644
--- a/htdocs/compta/stats/cabyprodserv.php
+++ b/htdocs/compta/stats/cabyprodserv.php
@@ -178,6 +178,11 @@ if ($modecompta=="CREANCES-DETTES") {
 
 report_header($nom,$nomlink,$period,$periodlink,$description,$builddate,$exportlink,$tableparams,$calcmode);
 
+if (! empty($conf->accounting->enabled))
+{
+    print info_admin($langs->trans("WarningReportNotReliable"), 0, 0, 1);
+}
+
 
 // SQL request
 $catotal=0;
diff --git a/htdocs/compta/stats/cabyuser.php b/htdocs/compta/stats/cabyuser.php
index cb8151cf33c337912029d6eed20f6ebb37c21d00..e5a4bc37f78bfa971959195610453ecfbd5e53fb 100644
--- a/htdocs/compta/stats/cabyuser.php
+++ b/htdocs/compta/stats/cabyuser.php
@@ -162,6 +162,11 @@ if (! empty($modecompta)) $moreparam['modecompta']=$modecompta;
 
 report_header($nom,$nomlink,$period,$periodlink,$description,$builddate,$exportlink,$moreparam,$calcmode);
 
+if (! empty($conf->accounting->enabled))
+{
+    print info_admin($langs->trans("WarningReportNotReliable"), 0, 0, 1);
+}
+
 
 // Show array
 print '<form method="POST" action="'.$_SERVER["PHP_SELF"].'">';
diff --git a/htdocs/compta/stats/casoc.php b/htdocs/compta/stats/casoc.php
index d00525796c08d991f5d43f26edb1dbf3dc9959dc..e2e092b032f7296380a244f829add47fb1f15dba 100644
--- a/htdocs/compta/stats/casoc.php
+++ b/htdocs/compta/stats/casoc.php
@@ -188,6 +188,11 @@ if ($modecompta=="CREANCES-DETTES")
 
 report_header($nom,$nomlink,$period,$periodlink,$description,$builddate,$exportlink,$tableparams,$calcmode);
 
+if (! empty($conf->accounting->enabled))
+{
+    print info_admin($langs->trans("WarningReportNotReliable"), 0, 0, 1);
+}
+
 
 // Show Array
 $catotal=0;
diff --git a/htdocs/compta/stats/index.php b/htdocs/compta/stats/index.php
index 18cf29a8c3e7f6639c1102bd5cad2443e5f57925..1a343cbcb0bff864d5bbe3184023ed0fa46c2fb5 100644
--- a/htdocs/compta/stats/index.php
+++ b/htdocs/compta/stats/index.php
@@ -85,6 +85,11 @@ $moreparam=array();
 if (! empty($modecompta)) $moreparam['modecompta']=$modecompta;
 report_header($nom,$nomlink,$period,$periodlink,$description,$builddate,$exportlink,$moreparam,$calcmode);
 
+if (! empty($conf->accounting->enabled))
+{
+    print info_admin($langs->trans("WarningReportNotReliable"), 0, 0, 1);
+}
+
 
 if ($modecompta == 'CREANCES-DETTES')
 {