allow hirt markus

This commit is contained in:
Luca Haid
2025-11-27 06:02:33 +00:00
parent 8a13c74723
commit d3d64abc6e

View File

@@ -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;
}