mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 12:34:01 +00:00
fix vt order number to filter yw
This commit is contained in:
+1
-1
@@ -164,7 +164,7 @@ class FetchLoadedContainersFromVTPortalProcessor
|
||||
continue;
|
||||
}
|
||||
|
||||
$orderNumber = $marking[1];
|
||||
$orderNumber = str_replace("/YW","",$marking[1]);
|
||||
|
||||
if(!$packingList[22]){
|
||||
continue;
|
||||
|
||||
+1
-1
@@ -140,7 +140,7 @@ class FetchWarehouseReceiveListFromVTPortalProcessor
|
||||
continue;
|
||||
}
|
||||
|
||||
$orderNumber = $marking[1];
|
||||
$orderNumber = str_replace("/YW","",$marking[1]);
|
||||
|
||||
if(!$parcel[9]){
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user