diff --git a/src/components/CscMainMenuTop.vue b/src/components/CscMainMenuTop.vue index 7e8cf6d7..d4039cc3 100644 --- a/src/components/CscMainMenuTop.vue +++ b/src/components/CscMainMenuTop.vue @@ -243,7 +243,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 } ] },