2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-30 00:21:34 +00:00

Allow reload of stock table if multiple new items are created (#9178)

This commit is contained in:
Oliver
2025-02-25 21:37:43 +11:00
committed by GitHub
parent 89c5148873
commit df60b1bc22

View File

@@ -537,6 +537,7 @@ export function StockItemTable({
location: params.location
},
follow: true,
table: table,
modelType: ModelType.stockitem
});