From 590c41169e15bfcef49ce97291be4cbb4a451d3c Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 25 Jun 2025 17:35:57 +1000 Subject: [PATCH] Enable printing and report actions (#9853) --- src/frontend/src/tables/stock/InstalledItemsTable.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/frontend/src/tables/stock/InstalledItemsTable.tsx b/src/frontend/src/tables/stock/InstalledItemsTable.tsx index 7fb37fe483..54a0b4a938 100644 --- a/src/frontend/src/tables/stock/InstalledItemsTable.tsx +++ b/src/frontend/src/tables/stock/InstalledItemsTable.tsx @@ -130,6 +130,9 @@ export default function InstalledItemsTable({ columns={tableColumns} props={{ tableActions: tableActions, + enableSelection: true, + enableLabels: true, + enableReports: true, rowActions: rowActions, modelType: ModelType.stockitem, params: {