Skip to content

Commit

Permalink
Production build + fixing code style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ddave001 committed Nov 6, 2020
1 parent 2abe529 commit e9baf45
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 30,993 deletions.
6 changes: 3 additions & 3 deletions core/src/Employees/User/Api/EmployeesActionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ public function get($req)
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);
}

Expand Down
Loading

0 comments on commit e9baf45

Please sign in to comment.