mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 13:28:49 +00:00
Enable printing actions for PartTable (#8430)
This commit is contained in:
parent
56bd66ddd4
commit
d6745137f6
@ -359,6 +359,9 @@ export function PartListTable({
|
|||||||
modelType: ModelType.part,
|
modelType: ModelType.part,
|
||||||
tableFilters: tableFilters,
|
tableFilters: tableFilters,
|
||||||
tableActions: tableActions,
|
tableActions: tableActions,
|
||||||
|
enableSelection: true,
|
||||||
|
enableReports: true,
|
||||||
|
enableLabels: true,
|
||||||
params: {
|
params: {
|
||||||
...props.params,
|
...props.params,
|
||||||
category_detail: true,
|
category_detail: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user