mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-27 00:14:16 +00:00
missing orders
This commit is contained in:
+1
-1
@@ -203,7 +203,6 @@ class FetchOrderListsFromYdPortalProcessor
|
||||
$deliveryDate = Carbon::parse($trackingRow->trackingtime);
|
||||
}
|
||||
}
|
||||
dd($containerReference);
|
||||
|
||||
$customerno = preg_split('(-|\(|\)|\/)', $row->customerno);
|
||||
|
||||
@@ -315,6 +314,7 @@ class FetchOrderListsFromYdPortalProcessor
|
||||
if($containerReference) {
|
||||
try {
|
||||
$container = $this->fetchesContainer->execute(['reference' => $containerReference]);
|
||||
dd($container);
|
||||
$container->packingLists()->syncWithoutDetaching([$packingList->id]);
|
||||
} catch (ResourceNotFoundException $exception){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user