2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

Enable printing and report actions (#9853)

This commit is contained in:
Oliver
2025-06-25 17:35:57 +10:00
committed by GitHub
parent bbe94ee9c2
commit 590c41169e

View File

@ -130,6 +130,9 @@ export default function InstalledItemsTable({
columns={tableColumns} columns={tableColumns}
props={{ props={{
tableActions: tableActions, tableActions: tableActions,
enableSelection: true,
enableLabels: true,
enableReports: true,
rowActions: rowActions, rowActions: rowActions,
modelType: ModelType.stockitem, modelType: ModelType.stockitem,
params: { params: {