Trad: Traduction onglet "Fournisseur"
This commit is contained in:
parent
d09fb6c90b
commit
b9648e9d1e
@ -360,10 +360,12 @@ else
|
|||||||
$h++;
|
$h++;
|
||||||
}
|
}
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT."/product/fournisseurs.php?id=".$product->id;
|
if ($conf->fournisseur->enabled)
|
||||||
$head[$h][1] = 'Fournisseurs';
|
{
|
||||||
$h++;
|
$head[$h][0] = DOL_URL_ROOT."/product/fournisseurs.php?id=".$product->id;
|
||||||
|
$head[$h][1] = $langs->trans("Suppliers");
|
||||||
|
$h++;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT."/product/stats/fiche.php?id=".$product->id;
|
$head[$h][0] = DOL_URL_ROOT."/product/stats/fiche.php?id=".$product->id;
|
||||||
|
|||||||
@ -111,16 +111,19 @@ if ($_GET["id"])
|
|||||||
if($product->type == 0)
|
if($product->type == 0)
|
||||||
{
|
{
|
||||||
if ($conf->stock->enabled)
|
if ($conf->stock->enabled)
|
||||||
{
|
{
|
||||||
$head[$h][0] = DOL_URL_ROOT."/product/stock/product.php?id=".$product->id;
|
$head[$h][0] = DOL_URL_ROOT."/product/stock/product.php?id=".$product->id;
|
||||||
$head[$h][1] = 'Stock';
|
$head[$h][1] = 'Stock';
|
||||||
$h++;
|
$h++;
|
||||||
}
|
}
|
||||||
$head[$h][0] = DOL_URL_ROOT."/product/fournisseurs.php?id=".$product->id;
|
|
||||||
$head[$h][1] = 'Fournisseurs';
|
|
||||||
$hselected = $h;
|
|
||||||
|
|
||||||
$h++;
|
if ($conf->fournisseur->enabled)
|
||||||
|
{
|
||||||
|
$head[$h][0] = DOL_URL_ROOT."/product/fournisseurs.php?id=".$product->id;
|
||||||
|
$head[$h][1] = $langs->trans("Suppliers");
|
||||||
|
$hselected = $h;
|
||||||
|
$h++;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -88,9 +88,11 @@ if($product->type == 0)
|
|||||||
$h++;
|
$h++;
|
||||||
}
|
}
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT."/product/fournisseurs.php?id=".$product->id;
|
if ($conf->fournisseur->enabled) {
|
||||||
$head[$h][1] = 'Fournisseurs';
|
$head[$h][0] = DOL_URL_ROOT."/product/fournisseurs.php?id=".$product->id;
|
||||||
$h++;
|
$head[$h][1] = $langs->trans("Suppliers");
|
||||||
|
$h++;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user