Update call_center_queue_edit.php (#3286)
This commit is contained in:
parent
68a6cd7dde
commit
2ee86abd74
|
|
@ -640,7 +640,7 @@
|
|||
if ($row['call_center_agent_uuid'] == $field['call_center_agent_uuid']) {
|
||||
$selected = "selected=\"selected\"";
|
||||
}
|
||||
echo " <option value=\"".$row['call_center_agent_uuid']."\" $selected>".escape($row['agent_name'])."</option>\n";
|
||||
echo " <option value=\"".escape($row['call_center_agent_uuid'])."\" $selected>".escape($row['agent_name'])."</option>\n";
|
||||
}
|
||||
echo " </select>";
|
||||
echo " </td>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue