Ajout menu propal compta dans menu eldy

This commit is contained in:
Laurent Destailleur 2005-07-05 23:49:59 +00:00
parent 1793874678
commit 31d163238b

View File

@ -252,7 +252,6 @@ class MenuLeft {
{
$newmenu->add_submenu(DOL_URL_ROOT."/fourn/contact.php?leftmenu=suppliers",$langs->trans("Contacts"),1,$user->rights->societe->lire);
}
if ($conf->facture->enabled)
{
$langs->load("bills");
@ -275,6 +274,10 @@ class MenuLeft {
$newmenu->add(DOL_URL_ROOT."/compta/clients.php?leftmenu=customers", $langs->trans("List"),1,$user->rights->societe->lire);
$newmenu->add_submenu(DOL_URL_ROOT."/contact/index.php?leftmenu=customers&type=c", $langs->trans("Contacts"),1,$user->rights->societe->lire);
}
if ($conf->propal->enabled)
{
$newmenu->add(DOL_URL_ROOT."/compta/propal.php",$langs->trans("Prop"),1,$user->rights->propale->lire);
}
if ($conf->facture->enabled)
{