Fix: affichage de l'onglet pack
This commit is contained in:
parent
a2a4da061a
commit
16ce0a285c
@ -101,6 +101,11 @@ $result = $product->fetch($_GET["id"]);
|
|||||||
$head[$h][1] = $langs->trans("Statistics");
|
$head[$h][1] = $langs->trans("Statistics");
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
|
//erics: pour créer des produits composés de x 'sous' produits
|
||||||
|
$head[$h][0] = DOL_URL_ROOT."/product/pack.php?id=".$product->id;
|
||||||
|
$head[$h][1] = $langs->trans('Packs');
|
||||||
|
$h++;
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT."/product/stats/facture.php?id=".$product->id;
|
$head[$h][0] = DOL_URL_ROOT."/product/stats/facture.php?id=".$product->id;
|
||||||
$head[$h][1] = $langs->trans("Bills");
|
$head[$h][1] = $langs->trans("Bills");
|
||||||
$h++;
|
$h++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user