From b5870a34ab2a507333408374fcd46583cc765fff Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Thu, 6 Mar 2025 15:02:14 +0100 Subject: [PATCH] show id from now on --- .../WarehouseOrderRequest/WarehouseOrderRequestController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/WarehouseOrderRequest/WarehouseOrderRequestController.php b/application/WarehouseOrderRequest/WarehouseOrderRequestController.php index e26529cfd..277d78de8 100644 --- a/application/WarehouseOrderRequest/WarehouseOrderRequestController.php +++ b/application/WarehouseOrderRequest/WarehouseOrderRequestController.php @@ -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',