show id from now on

This commit is contained in:
Luca Haid
2025-03-06 15:02:14 +01:00
parent 0613e765fe
commit b5870a34ab

View File

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