MT#63627 remove unnecessary licence check

Change-Id: Ieb3a85979e9d5dca51261101684b01eb3cad01e5
(cherry picked from commit dfe30b2a3e)
(cherry picked from commit b8f54065e4)
mr12.5.1
Debora Crescenzo 8 months ago committed by Crescenzo Debora
parent 7d8cd663c5
commit 8db9044855

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