don't attempt to convert flight type in flight exporter

This commit is contained in:
Nabeel Shahzad
2018-03-30 18:08:03 -05:00
parent 63544088cd
commit 1cbfdbdac5
2 changed files with 3 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ class FlightExporter extends ImportExport
}
$ret['days'] = $this->getDays($flight);
$ret['flight_type'] = FlightType::convertToCode($ret['flight_type']);
#$ret['flight_type'] = FlightType::convertToCode($ret['flight_type']);
$ret['fares'] = $this->getFares($flight);
$ret['fields'] = $this->getFields($flight);