Update call_center_queue_edit.php
Fix the permissions check for call_center_outbound_caller_id_number
This commit is contained in:
@@ -1070,7 +1070,7 @@
|
|||||||
echo "</tr>\n";
|
echo "</tr>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (permission_exists('queue_outbound_caller_id_number')) {
|
if (permission_exists('call_center_outbound_caller_id_number')) {
|
||||||
echo "<tr>\n";
|
echo "<tr>\n";
|
||||||
echo "<td class='vncell' valign='top' align='left' nowrap>\n";
|
echo "<td class='vncell' valign='top' align='left' nowrap>\n";
|
||||||
echo " ".$text['label-outbound_caller_id_number']."\n";
|
echo " ".$text['label-outbound_caller_id_number']."\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user