mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-28 08:53:57 +00:00
Order status bug
This commit is contained in:
@@ -29,10 +29,6 @@ class OrdersStatusReportLogic
|
||||
$completedArray = ["COMPLETED" => $completed->count()];
|
||||
$combine = $statusMap + $completedArray;
|
||||
return [
|
||||
// $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,
|
||||
|
||||
Reference in New Issue
Block a user