fixed bug of repeating positions if department=null

This commit is contained in:
Dennis Eichhorn 2019-05-30 19:29:19 +02:00
parent 75c635bba8
commit 026ab292d4

View File

@ -391,6 +391,7 @@ foreach ($positions as $position) {
$module->apiPositionCreate($request, $response);
$positionIds[$position['name']] = $response->get('')['response']->getId();
break;
}
}
}