2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 13:06:45 +00:00

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

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,