mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 03:00:54 +00:00
Enable printing and report actions (#9853)
This commit is contained in:
@ -130,6 +130,9 @@ export default function InstalledItemsTable({
|
||||
columns={tableColumns}
|
||||
props={{
|
||||
tableActions: tableActions,
|
||||
enableSelection: true,
|
||||
enableLabels: true,
|
||||
enableReports: true,
|
||||
rowActions: rowActions,
|
||||
modelType: ModelType.stockitem,
|
||||
params: {
|
||||
|
Reference in New Issue
Block a user