From d3d64abc6eeafcb8b51131de056ece8041bda308 Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Thu, 27 Nov 2025 06:02:33 +0000 Subject: [PATCH] allow hirt markus --- application/WarehouseArticle/WarehouseArticleController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/WarehouseArticle/WarehouseArticleController.php b/application/WarehouseArticle/WarehouseArticleController.php index 59e648ea9..444a1f421 100644 --- a/application/WarehouseArticle/WarehouseArticleController.php +++ b/application/WarehouseArticle/WarehouseArticleController.php @@ -51,7 +51,7 @@ class WarehouseArticleController extends TTCrud { } protected function beforeCreate() { - if (!in_array($this->user->id, [2, 5, 6, 145])) + if (!in_array($this->user->id, [2, 5, 6, 145, 14])) self::sendError("Sie haben keine Berechtigung, Artikel zu erstellen."); return true; }