diff --git a/app/conferences/app_config.php b/app/conferences/app_config.php index edc49f2152..f6ab373f3c 100644 --- a/app/conferences/app_config.php +++ b/app/conferences/app_config.php @@ -84,6 +84,10 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "conference_email_address"; $y++; + $apps[$x]['permissions'][$y]['name'] = "conference_accountcode"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $y++; $apps[$x]['permissions'][$y]['name'] = "conference_destinations"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin";