diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php
index 841dd3b0d8c..b383fb91e64 100644
--- a/htdocs/product/fiche.php
+++ b/htdocs/product/fiche.php
@@ -245,11 +245,11 @@ else
{
if ($action <> 'edit' && $action <> 're-edit')
{
- /*
- * Fiche en visu
- */
-
- // Zone recherche
+ /*
+ * Fiche en visu
+ */
+
+ // Zone recherche
print '
';
- print '
';
+ print '
';
print($mesg);
- $head[0][0] = DOL_URL_ROOT."$PHP_SELF?id=".$id;
- $head[0][1] = 'Fiche '.$types[$product->type].' : '.$product->ref;
- $h = 1;
- $a = 0;
-
- dolibarr_fiche_head($head, $a);
-
-
+ $head[0][0] = DOL_URL_ROOT."/product/fiche.php?id=".$product->id;
+ $head[0][1] = 'Fiche';
+
+ $head[1][0] = DOL_URL_ROOT."/product/price.php?id=".$product->id;
+ $head[1][1] = 'Prix';
+
+ dolibarr_fiche_head($head, 0, 'Fiche '.$types[$product->type].' : '.$product->ref);
+
print '';
print "";
print '| Référence | '.$product->ref.' | ';