Production build + fixing code style issues
This commit is contained in:
@@ -56,9 +56,9 @@ class EmployeesActionManager extends SubActionManager
|
|||||||
if (!empty($childCompaniesIds)) {
|
if (!empty($childCompaniesIds)) {
|
||||||
$childStructureSubordinates
|
$childStructureSubordinates
|
||||||
= $obj->Find(
|
= $obj->Find(
|
||||||
"department in (" . implode(',', $childCompaniesIds) . ") and id != ?",
|
"department in (" . implode(',', $childCompaniesIds) . ") and id != ?",
|
||||||
array($cemp)
|
array($cemp)
|
||||||
);
|
);
|
||||||
$subordinates = array_merge($subordinates, $childStructureSubordinates);
|
$subordinates = array_merge($subordinates, $childStructureSubordinates);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-30986
File diff suppressed because one or more lines are too long
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user