mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
fetch vt recieve last 10 days
This commit is contained in:
+1
-1
@@ -141,7 +141,7 @@ class FetchWarehouseReceiveListFromVTPortalProcessor
|
||||
|
||||
$quantity = $parcel[16];
|
||||
|
||||
if(!$quantity || $parcel[23] || !$parcel[22] || !$parcel[21]){
|
||||
if(!$quantity || !$parcel[23] || !$parcel[22] || !$parcel[21]){
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user