update packinglists from vt portal jobs and schedule

This commit is contained in:
omair saleh
2021-08-30 01:22:17 +08:00
parent dd4ecbe743
commit 5b8bfa32d3
@@ -63,6 +63,7 @@ class FetchPackingListFromVTPortalProcessor
foreach($shippingPackingLists->Rows as $shippingPackingList){
if(!$shippingPackingList[22]) {
Log::error('no quantity');
continue;
}