Allow reload of stock table if multiple new items are created (#9178)
This commit is contained in:
parent
89c5148873
commit
df60b1bc22
|
|
@ -537,6 +537,7 @@ export function StockItemTable({
|
|||
location: params.location
|
||||
},
|
||||
follow: true,
|
||||
table: table,
|
||||
modelType: ModelType.stockitem
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue