From 542a75ce5845902b0d319b626b6ea670e8b93d9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 14:30:43 +1000 Subject: [PATCH] [UI] Enable printing of build lines (#10403) (#10410) * [UI] Enable printing of build lines - Closes https://github.com/inventree/InvenTree/issues/10402 * Prevent cell click action (cherry picked from commit e897222e071251a8a188b70ec6605b3a16fa2ec5) Co-authored-by: Oliver --- 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 }} />