2
0
forked from Wavyzz/dolibarr

Update skeleton

This commit is contained in:
Laurent Destailleur
2013-04-03 10:20:08 +02:00
parent 3312e620b4
commit fb048ccfda

View File

@@ -46,7 +46,7 @@ class modMyModule extends DolibarrModules
// Id for module (must be unique). // Id for module (must be unique).
// Use here a free id (See in Home -> System information -> Dolibarr for list of used modules id). // Use here a free id (See in Home -> System information -> Dolibarr for list of used modules id).
$this->numero = 10000; $this->numero = 100000;
// Key text used to identify module (for permissions, menus, etc...) // Key text used to identify module (for permissions, menus, etc...)
$this->rights_class = 'mymodule'; $this->rights_class = 'mymodule';