MT#63627 remove unnecessary licence check

Change-Id: Ieb3a85979e9d5dca51261101684b01eb3cad01e5
master
Debora Crescenzo 6 days ago
parent 31fa24a8c9
commit dfe30b2a3e

@ -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
}
]
},

Loading…
Cancel
Save