Update call_center_queue_edit.php

Fix the permissions check for call_center_outbound_caller_id_number
This commit is contained in:
FusionPBX
2020-09-29 11:58:21 -06:00
committed by GitHub
parent 961a974ab2
commit b82e7208d0

View File

@@ -1070,7 +1070,7 @@
echo "</tr>\n";
}
if (permission_exists('queue_outbound_caller_id_number')) {
if (permission_exists('call_center_outbound_caller_id_number')) {
echo "<tr>\n";
echo "<td class='vncell' valign='top' align='left' nowrap>\n";
echo " ".$text['label-outbound_caller_id_number']."\n";