missing orders

This commit is contained in:
omair saleh
2022-03-05 15:17:14 +08:00
parent 826840f992
commit 4a497dd61b
@@ -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;
}