Enable printing actions for PartTable (#8430)

This commit is contained in:
Oliver 2024-11-05 23:57:49 +11:00 committed by GitHub
parent 56bd66ddd4
commit d6745137f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -359,6 +359,9 @@ export function PartListTable({
modelType: ModelType.part,
tableFilters: tableFilters,
tableActions: tableActions,
enableSelection: true,
enableReports: true,
enableLabels: true,
params: {
...props.params,
category_detail: true,