Fix pax count fields; add fuel used field #295

This commit is contained in:
Nabeel Shahzad
2019-06-19 15:29:27 -04:00
parent ae464b7601
commit faf51de9a9
8 changed files with 31 additions and 15 deletions
+1
View File
@@ -25,6 +25,7 @@ return [
'aircraft' => 'Aircraft',
'airline' => 'Airline',
'distance' => 'Distance',
'fuel' => 'Fuel',
'metar' => 'METAR',
'hour' => 'Hour|Hours',
'minute' => 'Minute|Minutes',
+1 -1
View File
@@ -21,6 +21,7 @@ return [
'fieldsreadonly' => 'Once a PIREP has been submitted, certain fields go into read-only mode.',
'flightinformations' => 'Flight Information',
'flightident' => 'Flight Number/Code/Leg',
'fuel_used' => 'Fuel Used',
'codeoptional' => 'Code (optional)',
'legoptional' => 'Leg (optional)',
'deparrinformations' => 'Departure/Arrival Information',
@@ -28,7 +29,6 @@ return [
'dateflown' => 'Date Flown',
'deletepirep' => 'Delete PIREP',
'submitted' => 'Submitted',
'source_types' => [
'manual' => 'Manual',
'acars' => 'ACARS',