Suppression de l'entrée de menu commande
This commit is contained in:
parent
de93d473dc
commit
62dcf483a5
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
@ -80,12 +80,6 @@ function llxHeader($head = "", $urlp = "", $title="")
|
|||||||
$menu->add(DOL_URL_ROOT."/fourn/index.php", $langs->trans("Suppliers"));
|
$menu->add(DOL_URL_ROOT."/fourn/index.php", $langs->trans("Suppliers"));
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($conf->commande->enabled)
|
|
||||||
{
|
|
||||||
$langs->load("orders");
|
|
||||||
$menu->add(DOL_URL_ROOT."/commande/", $langs->trans("Orders"));
|
|
||||||
}
|
|
||||||
|
|
||||||
$menu->add(DOL_URL_ROOT."/product/stats/", $langs->trans("Statistics"));
|
$menu->add(DOL_URL_ROOT."/product/stats/", $langs->trans("Statistics"));
|
||||||
if ($conf->propal->enabled)
|
if ($conf->propal->enabled)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user