diff --git a/application/RMLWorkorderCompany/RMLWorkorderCompanyController.php b/application/RMLWorkorderCompany/RMLWorkorderCompanyController.php index dce0851a5..e5b8182da 100644 --- a/application/RMLWorkorderCompany/RMLWorkorderCompanyController.php +++ b/application/RMLWorkorderCompany/RMLWorkorderCompanyController.php @@ -5,7 +5,7 @@ class RMLWorkorderCompanyController extends TTCrud { protected string $headerTitle = 'Meine Arbeitsaufträge'; protected bool $createText = false; - + protected array $permissionCheck = ['RMLCompany']; protected array $columns = [ ['key' => 'id', 'text' => 'Auftrag-Nr.', 'table' => ['sortable' => true]], ['key' => 'preorderInfo', 'text' => 'Kunde / Projekt', 'modal' => false, 'table' => ['sortable' => false]],