From a8e22664cabd88704bb7d23605f282c84f266a25 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 3 Dec 2005 12:09:59 +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/stock/product.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php index a0273b59faf..077f71f3454 100644 --- a/htdocs/product/stock/product.php +++ b/htdocs/product/stock/product.php @@ -168,7 +168,8 @@ if ($_GET["id"] || $_GET["ref"]) $head[$h][1] = $langs->trans('Documents'); $h++; - dolibarr_fiche_head($head, $hselected, $langs->trans("CardProduct".$product->type); + $titre=$langs->trans("CardProduct".$product->type); + dolibarr_fiche_head($head, $hselected, $titre); print($mesg);