Change fuel_used to block_fuel

This commit is contained in:
Nabeel Shahzad
2018-01-30 11:05:14 -06:00
parent 6498ba1d16
commit 4f59e466a2
5 changed files with 46 additions and 45 deletions

View File

@@ -525,7 +525,7 @@ class Importer
'flight_number' => $row->flightnum ?: '',
'dpt_airport_id' => $row->depicao,
'arr_airport_id' => $row->arricao,
'fuel_used' => $row->fuelused,
'block_fuel' => $row->fuelused,
'route' => $row->route ?: '',
'source_name' => $row->source,
'created_at' => $this->parseDate($row->submitdate),