diff --git a/application/WarehouseArticle/WarehouseArticleController.php b/application/WarehouseArticle/WarehouseArticleController.php index 0ad769b44..bfd951b10 100644 --- a/application/WarehouseArticle/WarehouseArticleController.php +++ b/application/WarehouseArticle/WarehouseArticleController.php @@ -57,7 +57,7 @@ class WarehouseArticleController extends TTCrud { } protected function beforeUpdate($postData): bool { - 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 bearbeiten."); (new WarehouseHistoryController)->create($postData, $this->mod); return true;