Change category for application

This commit is contained in:
Laurent Destailleur 2016-01-13 13:37:24 +01:00
parent f74dfe282b
commit 9ba25be9bb

View File

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