MT#63627 remove unnecessary licence check

Change-Id: Ieb3a85979e9d5dca51261101684b01eb3cad01e5
(cherry picked from commit dfe30b2a3e)
mr12.5
Debora Crescenzo 8 months ago committed by Crescenzo Debora
parent 67073ac0be
commit b8f54065e4

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

Loading…
Cancel
Save