fix double test

This commit is contained in:
Florian HENRY 2021-04-16 10:37:42 +02:00
parent 460d6a0589
commit 0cd567f256

View File

@ -413,7 +413,7 @@ class modAgenda extends DolibarrModules
'langs' => 'agenda', 'langs' => 'agenda',
'position' => 170, 'position' => 170,
'perms' => '$user->rights->agenda->allactions->read', 'perms' => '$user->rights->agenda->allactions->read',
'enabled' => '$conf->categorie->enabled&&$conf->categorie->enabled', 'enabled' => '$conf->categorie->enabled',
'target' => '', 'target' => '',
'user' => 2 'user' => 2
); );