Update call_center_queue_edit.php

This commit is contained in:
FusionPBX
2018-04-04 16:23:38 -06:00
committed by GitHub
parent 3f3634dfef
commit d56fb6f820
@@ -398,7 +398,6 @@
$tiers = $prep_statement->fetchAll(PDO::FETCH_NAMED); $tiers = $prep_statement->fetchAll(PDO::FETCH_NAMED);
//add an empty row to the tiers array //add an empty row to the tiers array
if (count($tiers) == 0) { if (count($tiers) == 0) {
$rows = $_SESSION['call_center']['agent_add_rows']['numeric']; $rows = $_SESSION['call_center']['agent_add_rows']['numeric'];
$id = 0; $id = 0;
@@ -407,8 +406,6 @@
$rows = $_SESSION['call_center']['agent_edit_rows']['numeric']; $rows = $_SESSION['call_center']['agent_edit_rows']['numeric'];
$id = count($tiers)+1; $id = count($tiers)+1;
} }
$rows = 1;
$id = count($tiers) + 1;
for ($x = 0; $x < $rows; $x++) { for ($x = 0; $x < $rows; $x++) {
$tiers[$id]['call_center_tier_uuid'] = uuid(); $tiers[$id]['call_center_tier_uuid'] = uuid();
$tiers[$id]['call_center_agent_uuid'] = ''; $tiers[$id]['call_center_agent_uuid'] = '';