From ba9b9b52112bedfc72cc54341f03697c8fda8447 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 9 Dec 2005 11:54:18 +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/barcode.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/product/barcode.php b/htdocs/product/barcode.php index 398d9f9fa4c..4d8e8b0d6b2 100644 --- a/htdocs/product/barcode.php +++ b/htdocs/product/barcode.php @@ -118,7 +118,8 @@ $head[$h][0] = DOL_URL_ROOT.'/product/document.php?id='.$product->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 '';