From df60b1bc2272619e09aef79855c7d5410c04cfd7 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 25 Feb 2025 21:37:43 +1100 Subject: [PATCH] Allow reload of stock table if multiple new items are created (#9178) --- src/frontend/src/tables/stock/StockItemTable.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/src/tables/stock/StockItemTable.tsx b/src/frontend/src/tables/stock/StockItemTable.tsx index 19ccc52c3e..c047a1532d 100644 --- a/src/frontend/src/tables/stock/StockItemTable.tsx +++ b/src/frontend/src/tables/stock/StockItemTable.tsx @@ -537,6 +537,7 @@ export function StockItemTable({ location: params.location }, follow: true, + table: table, modelType: ModelType.stockitem });