From ce7012e805332aa330da4a779ac50ff8dfbfeb21 Mon Sep 17 00:00:00 2001
From: Regis Houssin <regis@dolibarr.fr>
Date: Wed, 7 Dec 2005 15:35:02 +0000
Subject: [PATCH] =?UTF-8?q?Suppression=20affichage=20r=E9f=E9rence?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 htdocs/product/stats/commande.php | 3 ++-
 htdocs/product/stats/contrat.php  | 3 ++-
 htdocs/product/stats/propal.php   | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/htdocs/product/stats/commande.php b/htdocs/product/stats/commande.php
index 44687bc1137..8370e37a0ad 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 41196215c0c..038f3851497 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 906ba704fb6..ba8e757beb4 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%">';
-- 
GitLab