diff --git a/htdocs/product/stats/commande.php b/htdocs/product/stats/commande.php
index 44687bc113769d4e77fb5a76a2354b7642aecdf2..8370e37a0add127f0709c81814cef55acc0116de 100644
--- a/htdocs/product/stats/commande.php
+++ b/htdocs/product/stats/commande.php
@@ -143,7 +143,8 @@ if ($_GET["id"])
         $head[$h][1] = $langs->trans('Documents');
         $h++;
 
-        dolibarr_fiche_head($head, $hselected, $langs->trans("CardProduct".$product->type).' : '.$product->ref);
+        $titre=$langs->trans("CardProduct".$product->type);
+        dolibarr_fiche_head($head, $hselected, $titre);
 
 
         print '<table class="border" width="100%">';
diff --git a/htdocs/product/stats/contrat.php b/htdocs/product/stats/contrat.php
index 41196215c0ccef9acde55dc952f3eb3a6a18185f..038f3851497f5ea7c63db765af81583651785584 100644
--- a/htdocs/product/stats/contrat.php
+++ b/htdocs/product/stats/contrat.php
@@ -143,7 +143,8 @@ if ($_GET["id"])
         $head[$h][1] = $langs->trans('Documents');
         $h++;
 
-        dolibarr_fiche_head($head, $hselected, $langs->trans("CardProduct".$product->type).' : '.$product->ref);
+        $titre=$langs->trans("CardProduct".$product->type);
+        dolibarr_fiche_head($head, $hselected, $titre);
 
 
         print '<table class="border" width="100%">';
diff --git a/htdocs/product/stats/propal.php b/htdocs/product/stats/propal.php
index 906ba704fb61322db1b97d656b7fc61d22d49577..ba8e757beb4cc601363ed3fc3770a2c66499bd81 100644
--- a/htdocs/product/stats/propal.php
+++ b/htdocs/product/stats/propal.php
@@ -139,7 +139,8 @@ if ($_GET["id"])
         $head[$h][1] = $langs->trans('Documents');
         $h++;
         
-        dolibarr_fiche_head($head, $hselected, $langs->trans("CardProduct".$product->type).' : '.$product->ref);
+        $titre=$langs->trans("CardProduct".$product->type);
+        dolibarr_fiche_head($head, $hselected, $titre);
 
 
         print '<table class="border" width="100%">';