Ajout Menu Reassort
This commit is contained in:
parent
2932a4e5e4
commit
3fa8a573eb
@ -38,7 +38,7 @@ $user->getrights('facture');
|
||||
function llxHeader($head = "", $urlp = "", $title="")
|
||||
{
|
||||
global $user, $conf, $langs;
|
||||
$langs->load("products");
|
||||
|
||||
$user->getrights("produit");
|
||||
|
||||
top_menu($head, $title);
|
||||
@ -84,6 +84,8 @@ function llxHeader($head = "", $urlp = "", $title="")
|
||||
}
|
||||
}
|
||||
|
||||
$menu->add_submenu(DOL_URL_ROOT."/product/reassort.php?type=0", $langs->trans("Reassort"));
|
||||
|
||||
if ($conf->service->enabled)
|
||||
{
|
||||
$menu->add(DOL_URL_ROOT."/product/index.php?type=1", $langs->trans("Services"));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user