Skip to content

Commit

Permalink
DDCE-4366 MODs-Stansted location code not displaying (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonracui authored Nov 15, 2023
1 parent 73f2ebb commit c860742
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ object PortService {
Port("POO", "title.poole", isGB = true, Nil),
Port("DUN", "title.port_of_dundee", isGB = true, List("Dundee Port")),
Port("LIV", "title.port_of_liverpool", isGB = true, List("Liverpool Port")),
Port("STN", "title.port_of_southampton", isGB = true, List("Southampton Port")),
Port("STN", "title.port_of_southampton", isGB = true, List("Southampton Port", "STN")),
Port("TYN", "title.port_of_tyne", isGB = true, List("Tyne Port")),
Port("PTM", "title.portsmouth", isGB = true, Nil),
Port("PUR", "title.purfleet", isGB = true, Nil),
Expand All @@ -141,7 +141,7 @@ object PortService {
Port("SOU", "title.southampton_airport", isGB = true, List("SOU")),
Port("SEN", "title.southend_airport", isGB = true, List("London Southend Airport", "SEN")),
Port("STP", "title.st_pancras", isGB = true, List("London St Pancras")),
Port("STN", "title.stansted_airport", isGB = true, List("London Stansted Airport", "STN")),
Port("LSA", "title.stansted_airport", isGB = true, List("London Stansted Airport", "LSA")),
Port("STY", "title.stornoway_airport", isGB = true, List("STY")),
Port("LSI", "title.sumburgh_airport", isGB = true, List("LSI")),
Port("SUN", "title.sunderland", isGB = true, Nil),
Expand Down

0 comments on commit c860742

Please sign in to comment.