MT#63627 remove unnecessary licence check

Change-Id: Ieb3a85979e9d5dca51261101684b01eb3cad01e5
(cherry picked from commit dfe30b2a3e)
mr13.5
Debora Crescenzo 5 months ago committed by Crescenzo Debora
parent b5ec15a3d5
commit 433f346f1f

@ -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