mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-20 04:53:59 +00:00
fix package component before loading to container
This commit is contained in:
+6
-6
@@ -93,12 +93,12 @@ Route::get('/orders/refresh', function(){
|
||||
|
||||
FetchOrdersFromYDPortalJob::dispatch();
|
||||
|
||||
// FetchWarehouseReceiveListFromVTPortalJob::withChain([
|
||||
// new FetchLoadedContainersFromVTPortalJob,
|
||||
// new FetchPackingListFromVTPortalJob,
|
||||
// new FetchContainersStatusUpdateFromVTPortalJob,
|
||||
// new FetchDeliveryListFromVTPortalJob
|
||||
// ])->dispatch();
|
||||
FetchWarehouseReceiveListFromVTPortalJob::withChain([
|
||||
new FetchLoadedContainersFromVTPortalJob,
|
||||
new FetchPackingListFromVTPortalJob,
|
||||
new FetchContainersStatusUpdateFromVTPortalJob,
|
||||
new FetchDeliveryListFromVTPortalJob
|
||||
])->dispatch();
|
||||
|
||||
return redirect('orders');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user