Skip to content

Commit

Permalink
import.php: Map EconomyPlus to P
Browse files Browse the repository at this point in the history
Ping #1461
  • Loading branch information
reedy committed Jan 31, 2024
1 parent 5e1b6d3 commit 2d76df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/import.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
include_once 'helper.php';

const POS_MAP = ["Window" => "W", "Middle" => "M", "Aisle" => "A", "" => ""];
const CLASS_MAP = ["Economy" => "Y", "Prem.Eco" => "P", "Business" => "C", "First" => "F", "" => ""];
const CLASS_MAP = ["Economy" => "Y", "Prem.Eco" => "P", "EconomyPlus" => "P", "Business" => "C", "First" => "F", "" => ""];
const REASON_MAP = ["Business" => "B", "Personal" => "L", "Crew" => "C", "Other" => "O", "" => ""];

/**
Expand Down

0 comments on commit 2d76df9

Please sign in to comment.