mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-19 04:24:00 +00:00
large commit
This commit is contained in:
@@ -41,9 +41,7 @@ class ListsOrderHistory
|
||||
case OrderSteps::ORDER_PROCESSING_STEP:
|
||||
$warehous = OrderWarehouse::where('order_id', $orderId)->first();
|
||||
if($warehous){
|
||||
dd($warehous->id);
|
||||
|
||||
$this->history->push(['type' => 1, 'date' => $completeDate, 'description' => Warehouse::where('id', $warehous->id)->first()->name.' confirmed as your order\'s warehouse']);
|
||||
$this->history->push(['type' => 1, 'date' => $completeDate, 'description' => Warehouse::where('id', $warehous->warehouse_id)->first()->name.' confirmed as your order\'s warehouse']);
|
||||
}
|
||||
break;
|
||||
case OrderSteps::ORDER_NO_WAREHOUSE_PENDING_SUPPLIER:
|
||||
|
||||
Reference in New Issue
Block a user