Call Center Agents - Delete: Fix bulk delete bug.

This commit is contained in:
fusionate
2021-01-25 12:30:42 -07:00
parent 951842aa6f
commit 0c3aa93dc9

View File

@@ -422,7 +422,7 @@
//build the delete array
if (is_array($uuids) && @sizeof($uuids) != 0) {
foreach ($uuids as $uuid) {
foreach ($uuids as $x => $uuid) {
$array[$this->table][$x][$this->uuid_prefix.'uuid'] = $uuid;
$array[$this->table][$x]['domain_uuid'] = $_SESSION['domain_uuid'];
$array['call_center_tiers'][$x]['call_center_agent_uuid'] = $uuid;