modif pour intégrer sousproduit en sous rep deproduct

This commit is contained in:
Andre Cianfarani 2006-03-20 08:43:38 +00:00
parent 787d1f1b72
commit 646f653450

View File

@ -478,7 +478,7 @@ if ($_GET["id"] || $_GET["ref"])
// sousproduits // sousproduits
if($conf->global->PRODUIT_SOUSPRODUITS == 1) 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'); $head[$h][1] = $langs->trans('AssociatedProducts');
$h++; $h++;
} }