diff --git a/htdocs/product/stock/fiche.php b/htdocs/product/stock/fiche.php index 9d24aa0cbaa..7900a4aef8e 100644 --- a/htdocs/product/stock/fiche.php +++ b/htdocs/product/stock/fiche.php @@ -220,14 +220,18 @@ else $head[$h][1] = $langs->trans("StockMovements"); $h++; - $head[$h][0] = DOL_URL_ROOT.'/product/stock/info.php?id='.$entrepot->id; - $head[$h][1] = $langs->trans("Info"); - $h++; + $head[$h][0] = DOL_URL_ROOT.'/product/stock/fiche-valo.php?id='.$entrepot->id; + $head[$h][1] = $langs->trans("EnhancedValue"); + $h++; $head[$h][0] = DOL_URL_ROOT.'/product/stock/user.php?id='.$entrepot->id; $head[$h][1] = $langs->trans("Users"); $h++; + $head[$h][0] = DOL_URL_ROOT.'/product/stock/info.php?id='.$entrepot->id; + $head[$h][1] = $langs->trans("Info"); + $h++; + dolibarr_fiche_head($head, $hselected, $langs->trans("Warehouse").': '.$entrepot->libelle); print '