Skip to content

Commit 2d76df9

Browse files
authored
import.php: Map EconomyPlus to P
Ping #1461
1 parent 5e1b6d3 commit 2d76df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
include_once 'helper.php';
2929

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

3434
/**

0 commit comments

Comments
 (0)