Skip to content
Snippets Groups Projects
Commit 9ba25be9 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Change category for application

parent f74dfe28
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment