Skip to content
Snippets Groups Projects
Commit 5033c6ea authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Add hidden constant as this is not common

parent 618c27d6
No related branches found
No related tags found
No related merge requests found
......@@ -406,7 +406,7 @@ $listofreferent=array(
'table'=>'stock_mouvement',
'datefieldname'=>'datem',
'disableamount'=>0,
'test'=>$conf->stock->enabled && $user->rights->stock->mouvement->lire),
'test'=>($conf->stock->enabled && $user->rights->stock->mouvement->lire && ! empty($conf->global->STOCK_MOVEMENT_INTO_PROJECT_OVERVIEW)))
/* No need for this, available on dedicated tab "Agenda/Events"
'agenda'=>array(
'name'=>"Agenda",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment