From 72109be6f1712451356a6bb13e13f0b5823b6734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Tue, 16 Jun 2026 20:29:47 +0200 Subject: [PATCH] Menueintraege Produkte und Artikel --- modules/shared/auth/ui/home.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 '';