diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index a192cb56802..042ce192f2c 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -478,7 +478,7 @@ if ($_GET["id"] || $_GET["ref"]) // sousproduits if($conf->global->PRODUIT_SOUSPRODUITS == 1) { - $head[$h][0] = DOL_URL_ROOT."/product/sousproduits.php?id=".$product->id; + $head[$h][0] = DOL_URL_ROOT."/product/sousproduits/fiche.php?id=".$product->id; $head[$h][1] = $langs->trans('AssociatedProducts'); $h++; }