diff --git a/app/Classes/Modules/Exports/Sheets/ContainersSheet.php b/app/Classes/Modules/Exports/Sheets/ContainersSheet.php index e08feb40..5bd5e9be 100644 --- a/app/Classes/Modules/Exports/Sheets/ContainersSheet.php +++ b/app/Classes/Modules/Exports/Sheets/ContainersSheet.php @@ -80,18 +80,7 @@ class ContainersSheet implements WithHeadings, WithHeadingRow, WithMapping, Shou } -dd([ - $container->reference, - $container->loading_date, - $currentSchedule ? $currentSchedule->etd : null, - $currentSchedule ? $currentSchedule->eta : null, - $scheduleHistory ? count($scheduleHistory) : 0, - $transport ? $transport->drop_date : null, - $status, - $container->packages()->sum('quantity'), - $container->packages()->sum(DB::raw('(width/100) * (height/100) * (length/100) * quantity')), -]); return [ $container->reference, $container->loading_date,