mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
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";
|
||||
}
|
||||
|
||||
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";
|
||||
|
||||
Reference in New Issue
Block a user