Changed
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
class WarehouseOrderController extends TTCrud {
|
||||
protected string $headerTitle = 'Lieferantenbestellungen';
|
||||
protected bool $createText = false;
|
||||
protected array $permissionCheck = ['WarehouseAdmin'];
|
||||
protected array $permissionCheck = ['WarehouseAdmin', 'WarehouseUser'];
|
||||
|
||||
//@formatter:off
|
||||
protected array $columns = [
|
||||
|
||||
Reference in New Issue
Block a user