diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index f80aa767bf..b05d7977ab 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -106,6 +106,9 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "destination_area_code"; $y++; + $apps[$x]['permissions'][$y]['name'] = "destination_prefix"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; $apps[$x]['permissions'][$y]['name'] = "destination_number"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++;