From d9c973513c98c3a6c4457ce9804af99363d73841 Mon Sep 17 00:00:00 2001 From: Eduard Wisch Date: Thu, 16 Apr 2026 10:45:23 +0200 Subject: [PATCH] =?UTF-8?q?Globale=20Bericht-Liste=20entfernt=20=E2=80=94?= =?UTF-8?q?=20nur=20PWA-Zugriff?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - menus => 0 gesetzt - $this->menu Array geleert - Lang-Strings BerichteList, BerichtSource, BerichtLastModified, BerichtAllStatus entfernt [deploy] Co-Authored-By: Claude Opus 4.5 --- core/modules/modBericht.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/modBericht.class.php b/core/modules/modBericht.class.php index 898898c..30d3465 100644 --- a/core/modules/modBericht.class.php +++ b/core/modules/modBericht.class.php @@ -125,6 +125,7 @@ class modBericht extends DolibarrModules $this->rights[$r][5] = ''; $r++; + // Kein Menü — Berichte werden über Tabs auf Rechnungen/Aufträgen/Angeboten aufgerufen $this->menu = array(); }