diff --git a/modules/shared/auth/ui/home.php b/modules/shared/auth/ui/home.php index 4b7f5cc..f105794 100644 --- a/modules/shared/auth/ui/home.php +++ b/modules/shared/auth/ui/home.php @@ -221,7 +221,7 @@ function render_auth_home_page(array $user, array $otcProducts = [], array $best $moduleNavigation = json_encode( [ 'Übersicht' => [], - 'ERP' => ['Bestellungen', 'Lager', 'Kontakte'], + 'ERP' => ['Bestellungen', 'Lager', 'Produkte', 'Artikel', 'Kontakte'], 'Buchhaltung' => [], 'Kundenberatung' => [], ], @@ -294,6 +294,8 @@ function render_auth_home_page(array $user, array $otcProducts = [], array $best echo ''; echo '';