mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-13 01:28:40 +00:00
fixed bug of repeating positions if department=null
This commit is contained in:
parent
75c635bba8
commit
026ab292d4
|
|
@ -391,6 +391,7 @@ foreach ($positions as $position) {
|
||||||
$module->apiPositionCreate($request, $response);
|
$module->apiPositionCreate($request, $response);
|
||||||
|
|
||||||
$positionIds[$position['name']] = $response->get('')['response']->getId();
|
$positionIds[$position['name']] = $response->get('')['response']->getId();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user