2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-11-13 11:26:42 +00:00

[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 e897222e07)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot]
2025-09-27 14:30:43 +10:00
committed by GitHub
parent 06750358d6
commit 542a75ce58

View File

@@ -953,6 +953,9 @@ export default function BuildLineTable({
dataFormatter: formatRecords,
enableDownload: true,
enableSelection: true,
enableLabels: true,
modelType: ModelType.buildline,
onCellClick: () => {},
rowExpansion: rowExpansion
}}
/>