2
0
forked from Wavyzz/dolibarr

Fix the info if module are provided by module or not was wrong

This commit is contained in:
Laurent Destailleur
2016-09-30 13:02:13 +02:00
parent 504ee9c73e
commit 94dbe3da3f
38 changed files with 198 additions and 27 deletions

View File

@@ -163,6 +163,12 @@ class modPropale extends DolibarrModules
$this->rights[$r][3] = 0; // La permission est-elle une permission par defaut
$this->rights[$r][4] = 'export';
// Menus
//-------
$this->menu = 1; // This module add menu entries. They are coded into menu manager.
// Exports
//--------
$r=0;