modif pour intégrer sousproduit en sous rep deproduct
This commit is contained in:
parent
787d1f1b72
commit
646f653450
@ -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++;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user