Merge pull request #17288 from FHenry/fix_13_toomanytestmenu

fix: remove double test
This commit is contained in:
Laurent Destailleur 2021-04-16 20:14:22 +02:00 committed by GitHub
commit 7ce8470788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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