Merge branch 'orderrequest-show-id' into 'master'

show id from now on

See merge request fronk/thetool!1084
This commit is contained in:
Luca Haid
2025-03-06 14:03:22 +00:00

View File

@@ -7,7 +7,7 @@ class WarehouseOrderRequestController extends TTCrud {
//@formatter:off
protected array $columns = [
['key' => 'id', 'text' => 'Bestellnummer', 'table' => false, 'modal' => false],
['key' => 'id', 'text' => 'Bestellnummer', 'table' => ['filter' => false], 'modal' => false],
['key' => 'purpose', 'text' => 'Verwendungszweck', 'required' => true],
['key' => 'positions', 'text' => 'Positionen', 'required' => true, 'modal' => ['type' => 'positions-manager', 'config' => [
'header' => 'Positionen',