Update call_center_queue_edit.php

This commit is contained in:
FusionPBX
2022-05-03 16:00:24 -06:00
committed by GitHub
parent bfa5492e21
commit d9c3779c47

View File

@@ -725,12 +725,6 @@
}
echo "</optgroup>\n";
}
if (if_group("superadmin")) {
if (!$selected && strlen($queue_greeting) > 0) {
echo " <option value='".escape($queue_greeting)."' selected='selected'>".escape($queue_greeting)."</option>\n";
}
unset($selected);
}
echo " </select>\n";
echo "<br />\n";
echo $text['description-greeting']."\n";