From e897222e071251a8a188b70ec6605b3a16fa2ec5 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 27 Sep 2025 14:15:04 +1000 Subject: [PATCH] [UI] Enable printing of build lines (#10403) * [UI] Enable printing of build lines - Closes https://github.com/inventree/InvenTree/issues/10402 * Prevent cell click action --- src/frontend/src/tables/build/BuildLineTable.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/frontend/src/tables/build/BuildLineTable.tsx b/src/frontend/src/tables/build/BuildLineTable.tsx index 034df6d0c3..33f3f22a34 100644 --- a/src/frontend/src/tables/build/BuildLineTable.tsx +++ b/src/frontend/src/tables/build/BuildLineTable.tsx @@ -953,6 +953,9 @@ export default function BuildLineTable({ dataFormatter: formatRecords, enableDownload: true, enableSelection: true, + enableLabels: true, + modelType: ModelType.buildline, + onCellClick: () => {}, rowExpansion: rowExpansion }} />