mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-15 21:33:16 +01:00
Fix the info if module are provided by module or not was wrong
This commit is contained in:
@@ -170,6 +170,12 @@ class modCommande extends DolibarrModules
|
||||
$this->rights[$r][4] = 'commande';
|
||||
$this->rights[$r][5] = 'export';
|
||||
|
||||
|
||||
// Menus
|
||||
//-------
|
||||
$this->menu = 1; // This module add menu entries. They are coded into menu manager.
|
||||
|
||||
|
||||
// Exports
|
||||
//--------
|
||||
$r=0;
|
||||
|
||||
Reference in New Issue
Block a user