diff --git a/config/config.php b/config/config.php index 6c2189149..61f90ee14 100644 --- a/config/config.php +++ b/config/config.php @@ -166,12 +166,6 @@ functionality to PhpReport */ define('ALL_USERS_GROUP', 'staff'); -/** - * @name EMPLOYEES_GROUP - * @global string users group used for retrieving all active employees - */ -define('EMPLOYEES_GROUP', 'staff'); - /** * @name USER_GROUPS * @global string all user groups for displaying on the interfaces as @@ -345,3 +339,9 @@ functionality to PhpReport * @global string company domain to compose email addresses. */ define('COMPANY_DOMAIN', "domain.com"); + +/** + * @name EMPLOYEES_GROUP + * @global string users group used for retrieving all active employees + */ +define('EMPLOYEES_GROUP', 'staff'); diff --git a/config/config.template b/config/config.template index 55161a7c9..6aa9f7612 100644 --- a/config/config.template +++ b/config/config.template @@ -339,3 +339,9 @@ define('VACATIONS_PROJECT_ID', 1); * @global string company domain to compose email addresses. */ define('COMPANY_DOMAIN', "domain.com"); + +/** + * @name EMPLOYEES_GROUP + * @global string users group used for retrieving all active employees + */ +define('EMPLOYEES_GROUP', 'staff');