Fix: affichage de l'onglet pack

This commit is contained in:
Regis Houssin 2005-07-15 09:15:09 +00:00
parent a2a4da061a
commit 16ce0a285c

View File

@ -100,6 +100,11 @@ $result = $product->fetch($_GET["id"]);
$head[$h][0] = DOL_URL_ROOT."/product/stats/fiche.php?id=".$product->id;
$head[$h][1] = $langs->trans("Statistics");
$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][1] = $langs->trans("Bills");