mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-19 04:24:00 +00:00
Git date etd eta and validation
This commit is contained in:
@@ -28,12 +28,15 @@ class OrdersStatusReportLogic
|
||||
|
||||
$completedArray = ["COMPLETED" => $completed->count()];
|
||||
$combine = $statusMap + $completedArray;
|
||||
|
||||
return [
|
||||
$combine['PS_PROCESSING'],
|
||||
$combine['MS_WAREHOUSE_RECEIVING'],
|
||||
$combine['PS_SHIPPING'],
|
||||
$completedArray['COMPLETED']
|
||||
// $combine['PS_PROCESSING'],
|
||||
// $combine['MS_WAREHOUSE_RECEIVING'],
|
||||
// $combine['PS_SHIPPING'],
|
||||
// $combine['COMPLETED']
|
||||
(isset($combine['PS_PROCESSING'])) ? $combine['PS_PROCESSING'] : 0,
|
||||
(isset($combine['MS_WAREHOUSE_RECEIVING'])) ? $combine['MS_WAREHOUSE_RECEIVING'] : 0,
|
||||
(isset($combine['PS_SHIPPING'])) ? $combine['PS_SHIPPING'] : 0,
|
||||
(isset($combine['COMPLETED'])) ? $combine['COMPLETED'] : 0
|
||||
];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user