diff --git a/src/components/CscMainMenuTop.vue b/src/components/CscMainMenuTop.vue index 4ef6290d..fd956261 100644 --- a/src/components/CscMainMenuTop.vue +++ b/src/components/CscMainMenuTop.vue @@ -246,7 +246,7 @@ export default { to: '/user/pbx-configuration/customer-preferences', icon: 'fas fa-user-cog', label: this.$t('Customer Preferences'), - visible: this.isPbxAdmin && this.hasLicenses([LICENSES.phonebook]) && hasCustomerPreferenceSubmenus + visible: this.isPbxAdmin && hasCustomerPreferenceSubmenus } ] },