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);