diff --git a/app/call_centers/call_center_queue_edit.php b/app/call_centers/call_center_queue_edit.php index fba22e38bf..1f9c036fc2 100644 --- a/app/call_centers/call_center_queue_edit.php +++ b/app/call_centers/call_center_queue_edit.php @@ -427,6 +427,9 @@ echo " \n"; if ($action == "update") { echo "    "; + if (permission_exists('call_center_wallboard')) { + echo " \n"; + } echo " \n"; echo " \n"; echo " \n";