diff --git a/src/components/FinishedGoodSearch/GoodPickExecution.tsx b/src/components/FinishedGoodSearch/GoodPickExecution.tsx index 1aa1d85..1f54bcc 100644 --- a/src/components/FinishedGoodSearch/GoodPickExecution.tsx +++ b/src/components/FinishedGoodSearch/GoodPickExecution.tsx @@ -965,6 +965,7 @@ return ( onPickOrderAssigned={() => { if (currentUserId) { fetchAllCombinedLotData(currentUserId); + fetchFgPickOrdersData(); } }} />