Ajout entrée menu prelevement
This commit is contained in:
parent
569e68e982
commit
88e4e17b10
@ -92,6 +92,11 @@ function llxHeader($head = "", $title="", $help_url='')
|
|||||||
|
|
||||||
$menu->add(DOL_URL_ROOT."/compta/stats/","CA / Résultats");
|
$menu->add(DOL_URL_ROOT."/compta/stats/","CA / Résultats");
|
||||||
|
|
||||||
|
if (defined("MAIN_MODULE_PRELEVEMENT") && MAIN_MODULE_PRELEVEMENT)
|
||||||
|
{
|
||||||
|
$menu->add(DOL_URL_ROOT."/compta/prelevement/","Bon prélèv.");
|
||||||
|
}
|
||||||
|
|
||||||
if (! $user->compta)
|
if (! $user->compta)
|
||||||
{
|
{
|
||||||
$menu->clear();
|
$menu->clear();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user