Disable box not related to page
This commit is contained in:
parent
d6b81b21f1
commit
07aa533add
@ -720,17 +720,17 @@ if ((!empty($conf->fournisseur->enabled) && empty($conf->global->MAIN_USE_NEW_SU
|
|||||||
/*
|
/*
|
||||||
* Last actions
|
* Last actions
|
||||||
*/
|
*/
|
||||||
if ($user->rights->agenda->myactions->read) {
|
/*if ($user->rights->agenda->myactions->read) {
|
||||||
show_array_last_actions_done($max);
|
show_array_last_actions_done($max);
|
||||||
}
|
}*/
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Actions to do
|
* Actions to do
|
||||||
*/
|
*/
|
||||||
if ($user->rights->agenda->myactions->read) {
|
/*if ($user->rights->agenda->myactions->read) {
|
||||||
show_array_actions_to_do($max);
|
show_array_actions_to_do($max);
|
||||||
}
|
}*/
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user