Fix: Entrée menu non justifiee

This commit is contained in:
Laurent Destailleur 2007-12-05 23:32:42 +00:00
parent 9c6393c0fe
commit 7088cec290
2 changed files with 2 additions and 2 deletions

View File

@ -543,7 +543,7 @@ class MenuLeft {
}
// Rapports
if ($conf->facture->enabled || $conf->compta->enabled || $conf->comptaexpert->enabled)
if ($conf->compta->enabled || $conf->comptaexpert->enabled)
{
// Bilan, résultats
$newmenu->add(DOL_URL_ROOT."/compta/resultat/index.php?leftmenu=ca&mainmenu=accountancy",$langs->trans("Reportings"),0,$user->rights->compta->resultat->lire||$user->rights->comptaexpert->comptarapport->lire);

View File

@ -534,7 +534,7 @@ class MenuLeft {
*/
// Rapports
/*
if ($conf->facture->enabled || $conf->compta->enabled || $conf->comptaexpert->enabled)
if ($conf->compta->enabled || $conf->comptaexpert->enabled)
{
// Bilan, résultats
$newmenu->add(DOL_URL_ROOT."/compta/resultat/index.php?leftmenu=ca&mainmenu=accountancy",$langs->trans("Reportings"),0,$user->rights->compta->resultat->lire||$user->rights->comptaexpert->comptarapport->lire);