|
@@ -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));
|