Vincent GUFFON 3 years ago
parent
commit
2f01f4863d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      composables/layout/Menus/configurationMenu.ts

+ 2 - 2
composables/layout/Menus/configurationMenu.ts

@@ -62,11 +62,11 @@ class ConfigurationMenu extends BaseMenu implements Menu {
     }
 
     if (this.$ability.can('display', 'billing_settings_page')) {
-      children.push(this.constructMenu('billing_settings', undefined, '/billing_settings/' + this.$store.state.profile.organization.id, true))
+      children.push(this.constructMenu('billing_settings', undefined, '/main/edit/billing_settings/' + this.$store.state.profile.organization.id, true))
     }
 
     if (this.$ability.can('display', 'online_registration_settings_page')) {
-      children.push(this.constructMenu('online_registration_settings', undefined, '/online_registration_settings/' + this.$store.state.profile.organization.id, true))
+      children.push(this.constructMenu('online_registration_settings', undefined, '/main/edit/online_registration_settings/' + this.$store.state.profile.organization.id, true))
     }
 
     if (this.$ability.can('display', 'transition_next_year_page')) {