mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 20:44:01 +00:00
missing orders
This commit is contained in:
+6
-2
@@ -160,8 +160,12 @@ class FetchLoadedContainersFromVTPortalProcessor
|
||||
$container = $this->createContainerProcessor->execute($containerObject, $originWarehouse);
|
||||
}
|
||||
|
||||
dd($containerDetail->Rows);
|
||||
|
||||
foreach($containerDetail->Rows as $packingList){
|
||||
if($index !== 10){
|
||||
continue;
|
||||
}
|
||||
|
||||
$marking = explode('/', explode('CIEF/', $packingList[13])[1]);
|
||||
|
||||
if(!array_key_exists(1, $marking)){
|
||||
@@ -169,7 +173,7 @@ class FetchLoadedContainersFromVTPortalProcessor
|
||||
}
|
||||
|
||||
$orderNumber = $marking[1];
|
||||
|
||||
dd($orderNumber);
|
||||
if(!$packingList[22]){
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user