Skip to content

Commit

Permalink
fix planning availability form
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 authored and cedric-anne committed Apr 15, 2024
1 parent 59187df commit 952b2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Planning.php
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ public static function checkAvailability($params = [])
$task = new ProblemTask();
}
if ($task->getFromDBByCrit(['tickets_id' => $item->fields['id']])) {
$users['users_id'] = getUserName($task->fields['users_id_tech']);
$users[$task->fields['users_id_tech']] = getUserName($task->fields['users_id_tech']);
$group_id = $task->fields['groups_id_tech'];
if ($group_id) {
foreach (Group_User::getGroupUsers($group_id) as $data2) {
Expand Down

0 comments on commit 952b2d9

Please sign in to comment.