|
|
@@ -85,7 +85,7 @@ class AccountMenu extends BaseMenu implements Menu {
|
|
|
children.push(this.constructMenu('my_bills', undefined, `/main/my_profile/${this.$store.state.profile.access.id}/dashboard/show/my_bills`, true))
|
|
|
}
|
|
|
|
|
|
- if (this.$ability.can('display', 'cmf_licence_page')) {
|
|
|
+ if (this.$ability.can('display', 'cmf_licence_person_page')) {
|
|
|
children.push(this.constructMenu('print_my_licence', undefined, `/licence_cmf/user`, true))
|
|
|
}
|
|
|
|