mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
missing orders
This commit is contained in:
+1
-4
@@ -51,10 +51,7 @@ class FetchPackingListFromVTPortalProcessor
|
||||
})->get();
|
||||
|
||||
foreach($packingLists as $packingList){
|
||||
if($packingList->reference !== 'PO058432'){
|
||||
continue;
|
||||
}
|
||||
dd($packingList);
|
||||
|
||||
try {
|
||||
DB::beginTransaction();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user