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