bugfix
This commit is contained in:
parent
ddefb3aba9
commit
cace748b66
@ -200,7 +200,7 @@ $h++;
|
|||||||
// 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