Production build + fixing code style issues
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
30987
web/dist/admin-bundle.js
vendored
30987
web/dist/admin-bundle.js
vendored
File diff suppressed because one or more lines are too long
4
web/dist/common.js
vendored
4
web/dist/common.js
vendored
File diff suppressed because one or more lines are too long
4
web/dist/modules-bundle.js
vendored
4
web/dist/modules-bundle.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user