diff --git a/app/call_centers/app_config.php b/app/call_centers/app_config.php index 241a3a395d..a71dedbf73 100644 --- a/app/call_centers/app_config.php +++ b/app/call_centers/app_config.php @@ -115,6 +115,9 @@ $apps[$x]['permissions'][$y]['name'] = "call_center_log_delete"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "call_center_wallboard"; + //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //default settings $y = 0; @@ -405,4 +408,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> \ No newline at end of file +?>