fix: add Katalog sub-item to Bestellungen sidebar navigation

This commit is contained in:
Matthias Hochmeister
2026-03-27 14:58:04 +01:00
parent b5e8f11743
commit 3f55990212

View File

@@ -118,6 +118,7 @@ const baseNavigationItems: NavigationItem[] = [
subItems: [
{ text: 'Übersicht', path: '/bestellungen?tab=0' },
{ text: 'Lieferanten', path: '/bestellungen?tab=1' },
{ text: 'Katalog', path: '/bestellungen?tab=2' },
],
permission: 'bestellungen:view',
},