Production build + fixing code style issues

This commit is contained in:
Alan Cell
2020-11-06 20:08:07 +01:00
parent 2abe52963f
commit e9baf45d7c
4 changed files with 8 additions and 30993 deletions

View File

@@ -56,9 +56,9 @@ class EmployeesActionManager extends SubActionManager
if (!empty($childCompaniesIds)) {
$childStructureSubordinates
= $obj->Find(
"department in (" . implode(',', $childCompaniesIds) . ") and id != ?",
array($cemp)
);
"department in (" . implode(',', $childCompaniesIds) . ") and id != ?",
array($cemp)
);
$subordinates = array_merge($subordinates, $childStructureSubordinates);
}