Change category for application
This commit is contained in:
parent
f74dfe282b
commit
9ba25be9bb
@ -51,7 +51,7 @@ class modOpenSurvey extends DolibarrModules
|
||||
|
||||
// Family can be 'crm','financial','hr','projects','product','technic','other'
|
||||
// It is used to group modules in module setup page
|
||||
$this->family = "projects";
|
||||
$this->family = "portal";
|
||||
$this->module_position = 40;
|
||||
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
|
||||
$this->name = preg_replace('/^mod/i','',get_class($this));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user