fix pending delivery export

This commit is contained in:
omair saleh
2022-09-19 12:03:07 +08:00
parent 924f686381
commit e5e93e500e
@@ -68,7 +68,7 @@ class ExportsPendingArrangementDeliveryList implements FromQuery, WithHeadings,
return [
$container->reference,
$ContainerTransport->schedules()->where('status', '=', ApprovalStatus::APPROVED)->first()->eta,
$ContainerTransport->schedules()->where('status', '=', ApprovalStatus::APPROVED)->first() ? $ContainerTransport->schedules()->where('status', '=', ApprovalStatus::APPROVED)->first()->eta : '',
$ContainerTransport->drop_date,
$marking,
$order->reference,